Added Dockerfile
This commit is contained in:
40
.env.example
Normal file
40
.env.example
Normal file
@@ -0,0 +1,40 @@
|
||||
# MC Panel Environment Variables
|
||||
|
||||
# ZITADEL OpenID Connect
|
||||
ZITADEL_ISSUER=https://your-instance.zitadel.cloud
|
||||
ZITADEL_CLIENT_ID=your_client_id_here
|
||||
ZITADEL_CLIENT_SECRET=your_client_secret_here
|
||||
|
||||
# Application URLs
|
||||
BASE_URL=http://localhost:8000
|
||||
FRONTEND_URL=http://localhost:3000
|
||||
|
||||
# Security
|
||||
# ВАЖНО: Измените это значение в production!
|
||||
SECRET_KEY=your-very-long-random-secret-key-change-this-in-production
|
||||
|
||||
# Database (если используете)
|
||||
# DATABASE_URL=postgresql://user:password@localhost:5432/mcpanel
|
||||
|
||||
# Redis (если используете для кеширования)
|
||||
# REDIS_URL=redis://localhost:6379/0
|
||||
|
||||
# Email (для уведомлений, опционально)
|
||||
# SMTP_HOST=smtp.gmail.com
|
||||
# SMTP_PORT=587
|
||||
# SMTP_USER=your-email@gmail.com
|
||||
# SMTP_PASSWORD=your-app-password
|
||||
# SMTP_FROM=noreply@mcpanel.com
|
||||
|
||||
# Logging
|
||||
# LOG_LEVEL=INFO
|
||||
# LOG_FILE=/var/log/mcpanel/app.log
|
||||
|
||||
# Features
|
||||
# ENABLE_REGISTRATION=true
|
||||
# ENABLE_OIDC=true
|
||||
# MAX_SERVERS_PER_USER=10
|
||||
|
||||
# Performance
|
||||
# WORKERS=4
|
||||
# MAX_UPLOAD_SIZE=100MB
|
||||
Reference in New Issue
Block a user