Files
NewWPSBot/Assets/config.json

24 lines
724 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",
2025-11-06 16:26:07 +08:00
"swagger_css_url": "/static/swagger-ui.css",
"docs_url": "/docs"
2025-11-06 11:46:54 +08:00
}
2025-11-06 11:01:13 +08:00
},
"find": {
2025-11-07 23:48:10 +08:00
"max_concurrent_requests": 100,
"database_path": "db.db",
"always_return_ok": true,
"plugin_dir": "Plugins",
2025-11-09 01:31:12 +08:00
"alchemy_fortune_coeff": 0.03,
2025-11-08 23:26:40 +08:00
"store_hourly_count": 5,
2025-11-06 11:01:13 +08:00
"host": "0.0.0.0",
"port": 8000,
2025-11-08 14:10:08 +08:00
"verbose": false,
"scheduler_tick_ms": 60000,
"scheduler_max_batch": 1000
2025-11-06 11:01:13 +08:00
}
}