仿生人MCP接入点
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user