From 159c5d8ad36b4f2cae177f7205d44fb0c62902a2 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 7 Nov 2024 11:30:24 +0800 Subject: [PATCH] conf: test --- src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.js b/src/config.js index 6b282e1..6cfc4d2 100644 --- a/src/config.js +++ b/src/config.js @@ -7,12 +7,12 @@ // debug: export const API_HOST = 'http://202.103.68.144:8889/v2'; -export const WS_URL = 'ws://202.103.68.157:8889'; +export const WS_URL = 'ws://202.103.68.144:8889'; +export const EMAIL_HOST = 'http://202.103.68.231:888/service-mail'; // prod: // export const API_HOST = 'https://p9axztuwd7x8a7.mycht.cn/whatsapp_server'; // export const WS_URL = 'wss://p9axztuwd7x8a7.mycht.cn/whatsapp_server'; // prod: export const VONAGE_URL = 'https://p9axztuwd7x8a7.mycht.cn/vonage-server'; // 语音和视频接口: -export const EMAIL_HOST = 'http://202.103.68.231:888/service-mail'; export const DATE_FORMAT = 'YYYY-MM-DD'; export const DATETIME_FORMAT = 'YYYY-MM-DD HH:mm:ss';