Files
18xchat/assets/Scripts/chat18x/config/env/prod.ts
T
2025-09-21 13:14:13 +08:00

16 lines
373 B
TypeScript

/**
* 生产环境配置
*/
import { AppConfigShape, Env } from "./env";
export const prodConfig: AppConfigShape = {
env: Env.Prod,
endpoints: {
httpBase: "https://xchat188.com/",
socketBase: "wss://www.confessioncontract.com/game/ai/response/",
cdn: {
bgm: "https://hxzgame.vip.hnhxzkj.com/lzx/XiangQin/BGM/",
},
},
appVersion: "0.8.1",
};