Initial YakPanel commit
This commit is contained in:
14
YakPanel-server/backend/.env.example
Normal file
14
YakPanel-server/backend/.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# YakPanel - Environment
|
||||
SECRET_KEY=change-this-in-production
|
||||
DATABASE_URL=sqlite+aiosqlite:///./data/default.db
|
||||
REDIS_URL=redis://localhost:6379/0
|
||||
DEBUG=false
|
||||
PANEL_PORT=8888
|
||||
|
||||
# Optional: remote SSH installer (use with caution)
|
||||
# ENABLE_REMOTE_INSTALLER=false
|
||||
# REMOTE_INSTALL_DEFAULT_URL=https://www.yakpanel.com/YakPanel-server/install.sh
|
||||
# REMOTE_INSTALL_RATE_LIMIT_PER_IP=10
|
||||
# REMOTE_INSTALL_RATE_WINDOW_MINUTES=60
|
||||
# REMOTE_INSTALL_ALLOWED_TARGET_CIDRS=
|
||||
# CORS_EXTRA_ORIGINS=https://your-panel.example.com
|
||||
Reference in New Issue
Block a user