Skip to content

Commit bd0ff1f

Browse files
add allowed host option
1 parent 5939cd3 commit bd0ff1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ara/settings/dev/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
DEBUG = True
99

1010
CORS_ALLOW_ALL_ORIGINS = True
11+
ALLOWED_HOSTS = ["*"]
1112

1213
SSO_IS_BETA = False
1314

0 commit comments

Comments
 (0)