Files
18xchat/assets/Scripts/chat18x/config/env/prod.ts
T
2025-09-23 11:26:30 +08:00

16 lines
390 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.3", //--250923 11:26
};