From 17c29088c3378933eb968eba9c4a416101277731 Mon Sep 17 00:00:00 2001 From: vijay-huang Date: Tue, 14 Dec 2021 14:10:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=9F=E5=90=8D=E8=BD=AC=E8=AE=A9=E9=A6=99?= =?UTF-8?q?=E6=B8=AF=E5=85=AC=E5=8F=B8=E5=90=8E=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?API=E8=B0=83=E7=94=A8=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/prod.env.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/prod.env.js b/config/prod.env.js index aa22d03..6b2daff 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,5 +1,6 @@ module.exports = { NODE_ENV: '"production"', ENV_CONFIG: '"prod"', - BASE_API: '"https://mosq.celex-iot.com:8000/"' + BASE_API: '"https://47.106.73.20:8000/"' + //BASE_API: '"https://mosq.celex-iot.com:8000/"' }