mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-02-17 15:01:42 +08:00
set auth to debug
Signed-off-by: MiniDigger <admin@minidigger.me>
This commit is contained in:
parent
fa51eda0d7
commit
80a645daae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user