Files
AILab/server/docker/config/bot/.mcp-endpoint-server.cfg
2025-11-10 18:09:34 +08:00

23 lines
330 B
INI

[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