set auth to debug

Signed-off-by: MiniDigger <admin@minidigger.me>
This commit is contained in:
MiniDigger 2020-09-30 23:11:14 +02:00
parent fa51eda0d7
commit 80a645daae

View File

@ -81,7 +81,7 @@ services:
DB_PASSWORD: "hangar"
DB_HOST: "hangar_db"
SSO_ENDPOINT_ore: "{ 'sync_sso_endpoint': ('http://hangar_app:9000/api/sync_sso'), 'sso_secret': 'changeme', 'api_key': 'changeme' }"
DEBUG: "false"
DEBUG: "true" # for reasons I don't understand, auth only runs with debug right now. don't question it, unless you want to fix it
DJANGO_SETTINGS_MODULE: "spongeauth.settings.prod"
networks:
- web