增加环境配置
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* 开发环境配置
|
||||
*/
|
||||
import { AppConfigShape, Env } from "./env";
|
||||
export const devConfig: AppConfigShape = {
|
||||
env: Env.Dev,
|
||||
endpoints: {
|
||||
httpBase: "http://43.139.27.67:8081/",
|
||||
socketBase: "ws://127.0.0.1:9001/ws/",
|
||||
cdn: {
|
||||
bgm: "http://127.0.0.1:8081/BGM/",
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user