Files
NewWPSBot/Assets/config.json
2025-11-08 23:26:40 +08:00

23 lines
685 B
JSON

{
"properties": {
"debug": true,
"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",
"docs_url": "/docs"
}
},
"find": {
"max_concurrent_requests": 100,
"database_path": "db.db",
"always_return_ok": true,
"plugin_dir": "Plugins",
"store_hourly_count": 5,
"host": "0.0.0.0",
"port": 8000,
"verbose": false,
"scheduler_tick_ms": 60000,
"scheduler_max_batch": 1000
}
}