13 lines
297 B
Plaintext
13 lines
297 B
Plaintext
SECRET_KEY=change-me-in-production
|
|
DEBUG=True
|
|
ALLOWED_HOSTS=localhost,127.0.0.1,web
|
|
|
|
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=
|