fix dev docker env

This commit is contained in:
Jake Potrebic 2020-10-01 02:52:54 -07:00
parent b8f6c0683e
commit 92f9d86593
No known key found for this signature in database
GPG Key ID: 7C58557EC9C421F8

View File

@ -92,9 +92,9 @@ services:
EMAIL_TLS: "false"
EMAIL_HOST_USER: "dum"
EMAIL_HOST_PASSWORD: "dum"
DB_NAME: "hangarauth"
DB_USER: "hangarauth"
DB_PASSWORD: "hangarauth"
DB_NAME: "hangar"
DB_USER: "hangar"
DB_PASSWORD: "hangar"
DB_HOST: "db"
REDIS_HOST: "redis"
SSO_ENDPOINT_hangar: "{ 'sync_sso_endpoint': ('http://app:8080/api/sync_sso'), 'sso_secret': 'changeme', 'api_key': 'changeme' }"