Revert "Merge branch 'Docker' into master"

This reverts commit cf282c937f, reversing
changes made to ee9834c0da.

Undos accidental remote merge
This commit is contained in:
2022-07-13 11:21:51 +02:00
parent cf282c937f
commit 1c38acea25
9 changed files with 21 additions and 161 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"