From 0fd7a048d31c88b17bcccfd88d27bcf5f9b14a1f Mon Sep 17 00:00:00 2001 From: liangtongchuan Date: Tue, 11 Apr 2023 11:27:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(config):=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=A4=A7=E5=8C=BAhttpProxy=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gm-server/config/config.default.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gm-server/config/config.default.ts b/gm-server/config/config.default.ts index ed1d4fd74..904e64de5 100644 --- a/gm-server/config/config.default.ts +++ b/gm-server/config/config.default.ts @@ -88,6 +88,8 @@ export default (appInfo: EggAppInfo) => { { env: 'sq4', name: "渠道二测", domain: 'http://sq6-web-sgzzyz.yev242.com' }, { env: 'sq7', name: "精英测试", domain: 'http://sq8-web-sgzzyz.yev242.com' }, { env: 'sq9', name: "渠道吸量", domain: 'http://sq10-web-yjz.yev242.com' }, + // 公测自营 + { env: 'zy1', name: "公测自营", domain: 'http://yjz-gm-1.yev242.com' }, ]; config.regions = regions;