增加环境配置
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* 生产环境配置
|
||||
*/
|
||||
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/",
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user