summaryrefslogtreecommitdiffstats
path: root/ocata/ocata/settings.py
diff options
context:
space:
mode:
authorYun Huang <yun.huang@windriver.com>2018-03-27 14:18:32 +0800
committerYun Huang <yun.huang@windriver.com>2018-03-27 14:19:15 +0800
commit4dc6af80f315833f14a38b923fa17e9f3e29ee42 (patch)
treeabbeb75a60909fa1be1cd8b699e3925eaaa3330f /ocata/ocata/settings.py
parent653c290d76672bb2b8d21ed6ab75e78c9866adb1 (diff)
Disable DEBUG mode for MC plugin ocata
Change-Id: I89e0d449b430e8a9fc0b0785d87c4a21425a4247 Issue-ID: MULTICLOUD-196 Signed-off-by: Yun Huang <yun.huang@windriver.com>
Diffstat (limited to 'ocata/ocata/settings.py')
-rw-r--r--ocata/ocata/settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ocata/ocata/settings.py b/ocata/ocata/settings.py
index 169d83ea..aea20e9b 100644
--- a/ocata/ocata/settings.py
+++ b/ocata/ocata/settings.py
@@ -31,9 +31,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