WeChatFerry/clients/gohttp/config.yml
2024-08-26 13:28:25 +08:00

20 lines
826 B
YAML
Vendored
Raw Permalink 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.

# 运行日志
Log:
Dir: logs # 存储目录,非必要不修改
Level: info # 记录级别debug|info|warn|error
Target: stdout # 输出方式both|file|null|stdout|stderr
# Wcf 服务
Wcf:
Address: 127.0.0.1:7601 # 若使用外部地址,请删除 SdkLibrary 选项
MsgPrint: false # 是否将消息输出到控制台,可用于调试
SdkLibrary: sdk.dll # wcf 二进制文件路径留空则不托管Linux 必须留空)
# Web 服务
Web:
Address: 127.0.0.1:7600 # 监听地址,外网访问修改为 0.0.0.0:7600
PushUrl: "" # 消息推送地址,一行一个,留空则不启用
Storage: storage # 附件存储路径,非必要不修改
Swagger: true # 是否启用内置接口文档和调试工具
Token: "" # 使用 Token 验证请求,留空则不验证