Revert "Revert accidental docker->master merge"

This reverts commit db834b581e.
This commit is contained in:
2022-02-04 15:17:08 +01:00
parent 16505c79e7
commit b4e75fa2cd
9 changed files with 201 additions and 19 deletions
+4 -2
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"