web-server 注册、登录、获取服务器列表;game-server token 校验
This commit is contained in:
@@ -12,7 +12,12 @@ export default (appInfo: EggAppInfo) => {
|
||||
},
|
||||
};
|
||||
// add your egg config in here
|
||||
config.middleware = [];
|
||||
config.middleware = ['parmsDecode'];
|
||||
|
||||
config.mongoose = {
|
||||
url: 'mongodb://root:zyz_2020@dds-8vbdb47c6fb58a541.mongodb.zhangbei.rds.aliyuncs.com:3717,dds-8vbdb47c6fb58a542.mongodb.zhangbei.rds.aliyuncs.com:3717/admin?replicaSet=mgset-500808098', // 内网
|
||||
options: {},
|
||||
};
|
||||
|
||||
// add your special config in here
|
||||
const bizConfig = {
|
||||
|
||||
Reference in New Issue
Block a user