服务相关配置文件

This commit is contained in:
BBIT-Kai
2025-11-10 18:09:34 +08:00
parent 625d185f69
commit 17b500d4e0
8 changed files with 1213 additions and 7 deletions
@@ -0,0 +1,22 @@
[server]
host = 0.0.0.0
port = 8004
debug = false
log_level = INFO
key = 3d880556c4f3470b8b2242d0db0971f9
[websocket]
max_connections = 1000
ping_interval = 30
ping_timeout = 10
close_timeout = 10
[security]
allowed_origins = *
enable_cors = true
[logging]
log_file = logs/mcp_server.log
max_file_size = 10MB
backup_count = 5