diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-02-11 15:07:39 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-02-11 15:07:39 +0800 |
commit | 3c3e8a01be731be40e31aeba397469cf72fff9ef (patch) | |
tree | 14121710289915c37b3b13e589a9c6866741530e /mgr | |
parent | 9e1885cac0013e5a8f02de5c30df1918ce8773d7 (diff) |
Fix vfc-vnfmgr csit failure
Change-Id: Ida2fe079f881b35b8df3218717615bfdcde4b104
Issue-ID: VFC-756
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'mgr')
-rw-r--r-- | mgr/mgr/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/mgr/settings.py b/mgr/mgr/settings.py index de959fe..37c1636 100644 --- a/mgr/mgr/settings.py +++ b/mgr/mgr/settings.py @@ -32,7 +32,7 @@ SECRET_KEY = '3o-wney!99y)^h3v)0$j16l9=fdjxcb+a8g+q3tfbahcnu2b0o' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['*'] # Application definition |