diff --git a/steering/settings.py b/steering/settings.py index a205d84315fd8ff67712ae0c84f50c3cf9ded1a7..558296d1963bce89bcac21d5493fb627b65adfb4 100644 --- a/steering/settings.py +++ b/steering/settings.py @@ -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"):