We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08813a4 commit ff77605Copy full SHA for ff77605
wordnet/settings.py
@@ -26,7 +26,7 @@
26
# SECURITY WARNING: don't run with debug turned on in production!
27
# DEBUG = True
28
29
-ALLOWED_HOSTS = [ "altlab-itw", "localhost" , "vm-dev", "127.0.0.1" ]
+ALLOWED_HOSTS = [ "wordnet.altlab.dev", "altlab-itw", "localhost" , "vm-dev", "127.0.0.1" ]
30
31
32
# Application definition
0 commit comments