Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user