From 09369e9031c36de137902287c5d353a1be83212d Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Wed, 25 Dec 2024 15:14:27 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BD=BF=E7=94=A8=E7=BD=91=E5=89=8D=20?= =?UTF-8?q?IP=20=E6=B5=8B=E8=AF=95=EF=BC=9B=E5=A2=9E=E5=8A=A0=20pm2=20?= =?UTF-8?q?=E5=AE=89=E8=A3=85=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 2 +- wai-server/pm2-install.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 wai-server/pm2-install.txt diff --git a/src/config.js b/src/config.js index 7039fd3..d3df70e 100644 --- a/src/config.js +++ b/src/config.js @@ -9,7 +9,7 @@ // export const API_HOST = 'http://202.103.68.144:8889/v2'; // export const WS_URL = 'ws://202.103.68.144:8889'; // export const EMAIL_HOST = 'http://202.103.68.231:888/service-mail'; -export const WAI_HOST = 'http://202.103.68.93:3031/api/v1'; +export const WAI_HOST = 'http://47.83.248.120/api/v1'; export const EMAIL_ATTA_HOST = 'https://p9axztuwd7x8a7.mycht.cn/attatchment'; // 邮件附件 // prod: // export const WAI_HOST = 'https://wai-server-qq4qmtq7wc9he4.mycht.cn/api/v1'; diff --git a/wai-server/pm2-install.txt b/wai-server/pm2-install.txt new file mode 100644 index 0000000..cda5783 --- /dev/null +++ b/wai-server/pm2-install.txt @@ -0,0 +1,2 @@ +https://pm2.keymetrics.io/docs/usage/pm2-doc-single-page/ +pm2 start index.js --name wai-server \ No newline at end of file