# up domain
This commit is contained in:
parent
c134556169
commit
0141092fa0
|
@ -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!
|
# SECURITY WARNING: don't run with debug turned on in production!
|
||||||
DEBUG = True
|
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
|
# Application definition
|
||||||
|
|
Loading…
Reference in New Issue