Miao-Yunzai/config/default_config/bot.yaml

23 lines
490 B
YAML
Raw Normal View History

2023-05-11 16:03:18 +08:00
# 日志等级:trace,debug,info,warn,fatal,mark,error,off
# mark时只显示执行命令不显示聊天记录
log_level: info
2023-07-28 13:05:48 +08:00
# 服务器端口
2023-05-11 16:03:18 +08:00
port: 2536
# chromium其他路径
2023-06-18 11:57:31 +08:00
chromium_path:
2023-05-11 16:03:18 +08:00
# puppeteer接口地址
2023-06-18 11:57:31 +08:00
puppeteer_ws:
2023-10-05 15:20:40 +08:00
# puppeteer截图超时时间
puppeteer_timeout:
2023-05-11 16:03:18 +08:00
# 米游社接口代理地址,国际服用
2023-06-18 11:57:31 +08:00
proxyAddress:
2023-05-11 16:03:18 +08:00
# 上线时给主人推送帮助
online_msg: true
# 上线推送通知的冷却时间
2023-08-20 08:35:47 +08:00
online_msg_exp: 86400
# 单条日志长度
logLength: 1000