summaryrefslogtreecommitdiffstats
path: root/newton/newton/settings.py
diff options
context:
space:
mode:
authorYun Huang <yun.huang@windriver.com>2018-03-20 22:13:07 +0800
committerYun Huang <yun.huang@windriver.com>2018-03-20 22:13:07 +0800
commit97c08919003de48ecc61751697c9dfc5360f2e16 (patch)
tree864b3e4f8fb00339b075bc663e0d630901071ccf /newton/newton/settings.py
parent8f2f1ef249d6d807b114a6a7e8cd385101bb578f (diff)
Disable DEBUG mode for MC plugin newton
Change-Id: I24ba8c1e528e5c1352f6d01047b797b87edc4685 Issue-ID: MULTICLOUD-196 Signed-off-by: Yun Huang <yun.huang@windriver.com>
Diffstat (limited to 'newton/newton/settings.py')
-rw-r--r--newton/newton/settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/newton/newton/settings.py b/newton/newton/settings.py
index a5585a68..4a78f98b 100644
--- a/newton/newton/settings.py
+++ b/newton/newton/settings.py
@@ -38,9 +38,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