#95 Split settings file

* splits konova/settings.py file into more separate setting files in konova/sub_settings/
This commit is contained in:
2022-01-31 15:09:06 +01:00
parent de96162ee0
commit 896ad55749
6 changed files with 98 additions and 56 deletions
+13
View File
@@ -0,0 +1,13 @@
"""
Author: Michel Peltriaux
Organization: Struktur- und Genehmigungsdirektion Nord, Rhineland-Palatinate, Germany
Contact: michel.peltriaux@sgdnord.rlp.de
Created on: 31.01.22
"""
# SSO settings
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"