Files
WrestleDesk/.env.example

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