Files
qiming/qiming-mcp-proxy/docker/config.yml
2026-06-01 13:03:20 +08:00

16 lines
369 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# mcp-proxy 默认配置文件(用于 Docker 环境)
server:
# 监听端口
port: 8080
# 监听地址
host: 0.0.0.0
log:
# 日志级别: trace, debug, info, warn, error
level: info
# 日志文件路径Docker 环境下输出到 stdout此配置仅用于本地文件日志
path: /app/logs
# 保留最近 N 个日志文件
retain_days: 3