Merge "Disable DEBUG mode for framework"
authorzhang ab <zhanganbing@chinamobile.com>
Fri, 23 Mar 2018 08:34:41 +0000 (08:34 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 23 Mar 2018 08:34:41 +0000 (08:34 +0000)
multivimbroker/multivimbroker/settings.py

index 8d1fba5..c1d31d0 100644 (file)
@@ -26,9 +26,9 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 SECRET_KEY = '3o-wney!99y)^h3v)0$j16l9=fdjxcb+a8g+q3tfbahcnu2b0o'
 
 # SECURITY WARNING: don't run with debug turned on in production!
-DEBUG = True
+DEBUG = True
 
-ALLOWED_HOSTS = []
+ALLOWED_HOSTS = ['*']
 
 # Application definition