23 lines
332 B
INI
23 lines
332 B
INI
[server]
|
|
host = 127.0.0.1
|
|
port = 8004
|
|
debug = false
|
|
log_level = INFO
|
|
key = f4222eccc20e4361861d88b121af07f4
|
|
|
|
[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
|
|
|