Files
NewWPSBot/Assets/config.json

15 lines
405 B
JSON
Raw Normal View History

2025-11-06 11:01:13 +08:00
{
"properties": {
"debug": true,
2025-11-06 11:46:54 +08:00
"main_webhook_url": "https://xz.wps.cn/api/v1/webhook/send?key=d32b1e6cdb5bb593418aee1638354a56",
"app_config": {
"swagger_js_url": "/static/swagger-ui-bundle.js",
"swagger_css_url": "/static/swagger-ui.css"
}
2025-11-06 11:01:13 +08:00
},
"find": {
"host": "0.0.0.0",
"port": 8000,
"verbose": false
}
}