Files
WrestleDesk/.env.example
2026-03-26 16:13:16 +01:00

7 lines
274 B
Bash

# Backend Environment
SECRET_KEY=change-me-to-a-long-random-string-in-production
DB_PASSWORD=change-me-to-a-secure-password
# Optional: PostgreSQL (empfohlen für production)
# DATABASE_URL wird automatisch gesetzt: postgresql://wrestledesk:DB_PASSWORD@db:5432/wrestledesk