From c6bee1cb7e6c66122c24c9aec20ad229d0592dc6 Mon Sep 17 00:00:00 2001 From: vijay-huang Date: Tue, 14 Dec 2021 14:21:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89ssl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/prod.env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod.env.js b/config/prod.env.js index 6b2daff..b82611b 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,6 +1,6 @@ module.exports = { NODE_ENV: '"production"', ENV_CONFIG: '"prod"', - BASE_API: '"https://47.106.73.20:8000/"' + BASE_API: '"http://47.106.73.20:8000/"' //BASE_API: '"https://mosq.celex-iot.com:8000/"' }