Files
v-chat/packages/server/options.example.json

16 lines
290 B
JSON

{
"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": ""
}
}