server: 修改鉴权请求头字段,去掉下划线

This commit is contained in:
2021-11-07 23:31:58 +08:00
parent 9760528ed0
commit ab65a58552
3 changed files with 9 additions and 37 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"dbFile": "/home/master/desktop/wxbot.db",
"dataDir": "/home/master/desktop",
"serve": true,
"httpHost": "localhost",
"httpPort": 8094,
"debugMode": false,
"baseUrl": "http://localhost:8094",
"appCode": {
"debug": "debug"
},
"appAuthHash": {
"debug": ""
}
}