Revert accidental docker->master merge

This commit is contained in:
2022-02-04 14:24:31 +01:00
parent 380634d170
commit db834b581e
9 changed files with 21 additions and 203 deletions
+2 -4
View File
@@ -7,9 +7,7 @@ Created on: 31.01.22
"""
# SSO settings
import os
SSO_SERVER_BASE = f"http://{os.environ.get('SSO_HOST')}/"
SSO_SERVER_BASE = "http://127.0.0.1:8000/"
SSO_SERVER = f"{SSO_SERVER_BASE}sso/"
SSO_PRIVATE_KEY = "CHANGE_ME"
SSO_PUBLIC_KEY = "CHANGE_ME"
SSO_PUBLIC_KEY = "CHANGE_ME"