Skip to content

Commit

Permalink
SECURE_SSL_REDIRECT added
Browse files Browse the repository at this point in the history
  • Loading branch information
Küng committed Sep 27, 2024
1 parent 2feff1d commit 6d72350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions munkiwebadmin/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
TENANT_ID = os.getenv('TENANT_ID', None)
ENTRA_ONLY = os.getenv('ENTRA_ONLY', 'False').lower() in ('true', '1', 't')
EXCLUDE_API = os.getenv('EXCLUDE_API', False)
SECURE_SSL_REDIRECT = os.getenv('SECURE_SSL_REDIRECT', False)

# Azure App Service
if os.environ.get('WEBSITE_HOSTNAME'):
Expand Down

0 comments on commit 6d72350

Please sign in to comment.