Docker update
This commit is contained in:
parent
fac55f7acb
commit
0ff61e4ec7
@ -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"
|
Loading…
Reference in New Issue
Block a user