Files
tg-proxy/.env.example
T
2026-06-26 16:42:07 +05:00

22 lines
545 B
Bash

# Security
SECRET_KEY=change-me-in-production
# Admin access control (comma-separated IPs, empty = allow all)
# ALLOWED_ADMIN_IPS=192.168.1.1,10.0.0.5
# Database (optional, defaults to sqlite)
# DATABASE_URL=sqlite:///data/tnproxy.db
# Logging
# LOG_DIR=/app/logs
# LOG_LEVEL=INFO
# LOG_ROTATE_MAX_BYTES=10485760
# LOG_ROTATE_BACKUP_COUNT=5
# Email notifications (SMTP)
# SMTP_HOST=smtp.gmail.com
# SMTP_PORT=587
# SMTP_USER=your-email@gmail.com
# SMTP_PASSWORD=your-app-password
# SMTP_FROM=your-email@gmail.com
# SMTP_TO=notify@example.com