代码拉取完成,页面将自动刷新
{
"port": 38577,
"publicPath": "/chatroom",
"cacheRoot": ".cache",
"maxUploadSize": 204800,
"server": {
"base": "http://somehost:8080",
"logout": "/logout",
"admin": "/admin",
"check": {
"method": "GET",
"url": "/user/loginuser",
"headers_key": "cookie",
"mapping": {
"username": "data.loginUser.username",
"name": "data.loginUser.name"
},
"login": "http://somehost:8080/login"
},
"users": {
"method": "POST",
"url": "/users",
"headers": {
"Content-Type": "application/json"
},
"body": "{\"pageSize\":99999}",
"mapping": {
"users": "data.list",
"user.username": "username",
"user.name": "name",
"user.group": "desc",
"user.avatar": "avatar"
}
}
},
"mongodb": {
"uri": "mongodb://somehost:27017",
"dbName": "chatroom"
},
"client": {
"listenType": "loop",
"loopTimeout": 2000,
"headers": {
"httpMethod": "${method}",
"timestamp": "${timestamp}",
"uuid": "${uuid}",
"appDevice": "{}",
"appVersion": "1.0",
"token": "",
"userId": ""
}
},
"plugins": [
{
"type": "link",
"regexp": "(https?://[a-zA-Z0-9.:]+[^ ,;]+)",
"matches": ["body", "href"]
}
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。