Files
18xchat/assets/Scripts/chat18x/config/env/test.ts
T

14 lines
345 B
TypeScript
Raw Normal View History

2025-08-15 14:29:38 +08:00
/**
* 测试环境配置
*/
import { AppConfigShape, Env } from "./env";
export const testConfig: AppConfigShape = {
env: Env.Test,
endpoints: {
2025-08-25 11:30:50 +08:00
httpBase: "http://120.25.215.205:20600/",
2025-08-15 14:29:38 +08:00
socketBase: "wss://www.confessioncontract.com/test/game/ai/response/",
cdn: {
bgm: "https://test-cdn.example.com/BGM/",
},
},
};