修改template注释
parent
108befc054
commit
e5603972fa
|
|
@ -2,14 +2,14 @@
|
|||
nickname = ""
|
||||
|
||||
[Napcat_Server] # Napcat连接的ws服务设置
|
||||
host = "localhost" # Napcat设定的url地址
|
||||
port = 8095 # Napcat设定的ws端口
|
||||
host = "localhost" # Napcat设定的主机地址
|
||||
port = 8095 # Napcat设定的端口
|
||||
heartbeat = 30 # 与Napcat设置的心跳相同(按秒计)
|
||||
|
||||
[MaiBot_Server] # 连接麦麦的ws服务设置
|
||||
platform_name = "qq" # 标识adapter的名称(必填)
|
||||
host = "localhost" # 麦麦在.env文件中设置的url地址
|
||||
port = 8000 # 麦麦在.env文件中设置的ws端口
|
||||
host = "localhost" # 麦麦在.env文件中设置的主机地址,即HOST字段
|
||||
port = 8000 # 麦麦在.env文件中设置的端口,即PORT字段
|
||||
|
||||
[Whitelist] # 白名单功能(未启用)(未实现)
|
||||
group_list = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue