Revert "Merge branch 'Docker' into master"
This reverts commitcf282c937f, reversing changes made toee9834c0da. Undos accidental remote merge
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user