Files
18xchat/assets/Scripts/chat18x/config/env/test.ts
T
2025-08-25 11:31:15 +08:00

14 lines
345 B
TypeScript

/**
* 测试环境配置
*/
import { AppConfigShape, Env } from "./env";
export const testConfig: AppConfigShape = {
env: Env.Test,
endpoints: {
httpBase: "http://120.25.215.205:20600/",
socketBase: "wss://www.confessioncontract.com/test/game/ai/response/",
cdn: {
bgm: "https://test-cdn.example.com/BGM/",
},
},
};