Skip to content

Commit 4a58fb5

Browse files
include allowed test host
1 parent 12f0ae9 commit 4a58fb5

File tree

1 file changed

+1
-1
lines changed
  • DMOps/file_invalidation_server/file_invalidation_server

1 file changed

+1
-1
lines changed

DMOps/file_invalidation_server/file_invalidation_server/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# SECURITY WARNING: don't run with debug turned on in production!
2727
DEBUG = True
2828

29-
ALLOWED_HOSTS = ['localhost', '127.0.0.1','0.0.0.0','file-invalidation.app.cern.ch']
29+
ALLOWED_HOSTS = ['localhost', '127.0.0.1','0.0.0.0','file-invalidation.app.cern.ch','file-invalidation-test.app.cern.ch']
3030

3131

3232
# Application definition

0 commit comments

Comments
 (0)