Skip to content

Commit 367b2dc

Browse files
committed
add allowed hosts to base settings
1 parent 0002e4c commit 367b2dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config/settings/base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,3 +305,5 @@
305305
AZURE_ACCOUNT_URL = os.environ.get('AZURE_ACCOUNT_URL')
306306
AZURE_SAS_TOKEN = os.environ.get('AZURE_SAS_TOKEN')
307307
AZURE_CONTAINER = os.environ.get('AZURE_CONTAINER', 'media')
308+
309+
ALLOWED_HOSTS = ["localhost", "0.0.0.0", "127.0.0.1", "fsdh-proj-fanddaf-webapp-prd.azurewebsites.net"] # noqa: S104

0 commit comments

Comments
 (0)