Files
portal-auth-dashboard/.env.example
2026-02-18 08:18:50 +02:00

11 lines
268 B
Plaintext

# Auth DB (portal_auth on Auth LXC) - same as portal .env
DB_AUTH_HOST=10.110.60.210
DB_AUTH_PORT=5432
DB_AUTH_NAME=portal_auth
DB_AUTH_USER=portal_user
DB_AUTH_PASSWORD=your_password_here
# Dashboard
SECRET_KEY=change-me-to-a-random-secret-key
FLASK_ENV=development