Files
ShooterHub/.env
2026-04-02 11:41:09 +02:00

14 lines
369 B
Bash

SECRET_KEY=tYmcw4icw9qlVU2wToq3Szpli6TLhKqsHFCh616oY3ZnbmUbKh1ehjZzcZZwtHKqcgE
DEBUG=True
ALLOWED_HOSTS=localhost,127.0.0.1,web
NETWORK=shooter-hub_default
DATABASE_URL=postgresql://shooter:shooter_secret@db:5432/shooter_hub
# External IDP credentials (configure in Django admin or here)
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
APPLE_CLIENT_ID=
APPLE_CLIENT_SECRET=