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

14 lines
363 B
TypeScript

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