Skip to content
Snippets Groups Projects
Commit 0542a55e authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Remove superfluous settings

parent 28fb9ae8
No related branches found
No related tags found
No related merge requests found
......@@ -162,21 +162,6 @@ USE_TZ = True # django-oidc-provider needs timezones in database
LOGIN_URL = "/admin/login/" # Login page OIDC redirects to
OIDC_EXTRA_SCOPE_CLAIMS = "steering.oidc_provider_settings.AuraScopeClaims"
if os.getenv("STEERING_PORT"):
SITE_URL = (
os.getenv("AURA_PROTO", default="http")
+ "://"
+ os.getenv("AURA_HOST", default="localhost")
+ ":"
+ os.getenv("STEERING_PORT")
)
else:
SITE_URL = (
os.getenv("AURA_PROTO", default="http")
+ "://"
+ os.getenv("AURA_HOST", default="localhost")
)
# WSGI_APPLICATION = 'steering.wsgi.application';
if os.getenv("USE_LDAP_AUTH"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment