From f4a45bd2ea3495e64b14b70771a1b1d30c02872b Mon Sep 17 00:00:00 2001 From: xianfuxing Date: Thu, 5 Aug 2021 10:45:56 +0800 Subject: [PATCH] # up domain --- mosqkiller/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mosqkiller/settings.py b/mosqkiller/settings.py index 5fea0e3..e3ac92c 100644 --- a/mosqkiller/settings.py +++ b/mosqkiller/settings.py @@ -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