14 lines
369 B
Bash
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=
|