1 Star 8 Fork 3

云香水识/group_chat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.json 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
shiyangyang 提交于 2024-02-22 18:58 . v0.2.0 支持数据传输加密
{
"port": 38577,
"publicPath": "/chatroom",
"cacheRoot": ".cache",
"maxUploadSize": 204800,
"server": {
"base": "http://localhost:38577",
"logout": "/logout",
"admin": "/admin",
"check": {
"method": "GET",
"url": "/admin/loginUser",
"headers_key": "cookie",
"mapping": {
"username": "name",
"name": "nickname"
},
"login": "/login"
},
"users": {
"method": "GET",
"url": "/admin/user_list",
"headers": {
"Content-Type": "application/json"
},
"mapping": {
"users": "users",
"user.username": "name",
"user.name": "nickname",
"user.group": "null",
"user.avatar": "avatar"
}
}
},
"mongodb": {
"uri": "mongodb://mongo.test:27017",
"dbName": "chatroom"
},
"client": {
"listenType": "ws",
"encrypt": true
},
"robots": [
{
"url": "http://api.qingyunke.com/api.php?key=free&appid=0&msg=${msg}",
"mapping": "content",
"name": "菲菲",
"avatar": "http://www.qingyunke.com/favicon.ico",
"error_msg": "别喊我了,烦着呢!"
}
],
"plugins": [
{
"type": "link",
"regexp": "(https?://[a-zA-Z0-9.:]+[^ ,;]+)",
"matches": ["body", "href"]
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shy9120/group_chat.git
[email protected]:shy9120/group_chat.git
shy9120
group_chat
group_chat
master

搜索帮助