# up domain

This commit is contained in:
xianfuxing 2021-08-05 10:45:56 +08:00
parent 664f18c4eb
commit f4a45bd2ea
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 = ['iot.celex.cn', '47.106.73.20', '127.0.0.1', '192.168.1.80']
ALLOWED_HOSTS = ['iot.celex.cn', '47.106.73.20', '127.0.0.1', 'mosq.celex-iot.com']
# Application definition