From 3dd53b65db9a34efc74a88f6fdd02a6231814299 Mon Sep 17 00:00:00 2001 From: huangjin <1603612708@qq.com> Date: Wed, 4 Dec 2024 16:24:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20grailed=5Fconfig.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加一个配置文件 --- grailed_config.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/grailed_config.js b/grailed_config.js index 1229b18..de485db 100644 --- a/grailed_config.js +++ b/grailed_config.js @@ -33,6 +33,15 @@ export const HOST_MAP = { adminContextPath: '/admin-api', chatUrl: 'https://chat.aworldtrade.shop', }, + 'www.aworldtrade.shop': { + lang: 'uk-gb', + urlProtocol: 'https://', + wsProtocol: 'ws://', + host: 'www.aworldtrade.shop', + appContextPath: '/app-api', + adminContextPath: '/admin-api', + chatUrl: 'https://chat.aworldtrade.shop', + }, 'new1-www.appsflyer.wiki': { lang: 'uk-gb',