# up domain

This commit is contained in:
xianfuxing 2018-08-24 17:20:26 +08:00
parent c134556169
commit 0141092fa0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ SECRET_KEY = 'l_npcm8lc26$c#o5p!1j+$^@99lpv)l6+4lyc*2(+h8t_phwx%'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = ['47.106.73.20', '127.0.0.1']
ALLOWED_HOSTS = ['iot.celex.cn', '47.106.73.20', '127.0.0.1', '192.168.1.80']
# Application definition