Docker update

This commit is contained in:
mpeltriaux 2022-02-04 14:00:18 +01:00
parent fac55f7acb
commit 0ff61e4ec7

View File

@ -7,7 +7,9 @@ Created on: 31.01.22
"""
# SSO settings
SSO_SERVER_BASE = "http://127.0.0.1:8000/"
import os
SSO_SERVER_BASE = f"http://{os.environ.get('SSO_HOST')}/"
SSO_SERVER = f"{SSO_SERVER_BASE}sso/"
SSO_PRIVATE_KEY = "CHANGE_ME"
SSO_PUBLIC_KEY = "CHANGE_ME"
SSO_PUBLIC_KEY = "CHANGE_ME"