Revise access token configuration in .env.example

Updated comments and modified access token configuration.
This commit is contained in:
HibiKier 2025-11-03 10:55:20 +08:00 committed by GitHub
parent 1dc5ff5cdb
commit 441ddd0a8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,8 +10,8 @@ SESSION_EXPIRE_TIMEOUT=00:00:30
ALCONNA_USE_COMMAND_START=True
# ws连接密钥,若bot能被公网访问则强烈建议修改
ONEBOT_ACCESS_TOKEN="zhenxun_bot"
# ws连接密钥,若bot能被公网访问则建议打开该注释并设置该配置项
# ONEBOT_ACCESS_TOKEN=""
# 全局图片统一使用bytes发送当真寻与协议端不在同一服务器上时为True
IMAGE_TO_BYTES = True