Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Update config-template with sign-server to match go-cqhttp v1.1.0 #654

Merged
merged 1 commit into from
Jun 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions nonebot_plugin_gocqhttp/process/config-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ account: # 账号相关
# prettier-ignore
uin: {{{account.uin}}} # QQ账号

# 是否允许发送临时会话消息
# allow-temp-session: false

# 数据包的签名服务器
# 兼容 https://github.com/fuqiuluo/unidbg-fetch-qsign
# 如果遇到 登录 45 错误, 或者发送信息风控的话需要填入一个服务器
# 示例:
# sign-server: 'http://127.0.0.1:8080' # 本地签名服务器
# sign-server: 'https://signserver.example.com' # 线上签名服务器
# 服务器可使用docker在本地搭建或者使用他人开放的服务
sign-server: '-'

heartbeat:
# 心跳频率, 单位秒
# -1 为关闭心跳
Expand Down