Files
18xchat/assets/Scripts/chat18x/config/env/prod.ts
T
2025-09-10 22:05:33 +08:00

14 lines
356 B
TypeScript

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