Miao-Yunzai/config/default_config/bot.yaml

23 lines
490 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.

# 日志等级:trace,debug,info,warn,fatal,mark,error,off
# mark时只显示执行命令不显示聊天记录
log_level: info
# 服务器端口
port: 2536
# chromium其他路径
chromium_path:
# puppeteer接口地址
puppeteer_ws:
# puppeteer截图超时时间
puppeteer_timeout:
# 米游社接口代理地址,国际服用
proxyAddress:
# 上线时给主人推送帮助
online_msg: true
# 上线推送通知的冷却时间
online_msg_exp: 86400
# 单条日志长度
logLength: 1000