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

14 lines
304 B
TypeScript

/**
* 开发环境配置
*/
import { AppConfigShape, Env } from "./env";
export const devConfig: AppConfigShape = {
env: Env.Dev,
endpoints: {
httpBase: "http://120.25.215.205:20600/",
socketBase: "ws://127.0.0.1:9001/ws/",
cdn: {
bgm: "http://127.0.0.1:8081/BGM/",
},
},
};