-
Notifications
You must be signed in to change notification settings - Fork 607
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,19 @@ NICKNAME=["真寻", "小真寻", "绪山真寻", "小寻子"] | |
|
||
SESSION_EXPIRE_TIMEOUT=30 | ||
|
||
ALCONNA_USE_COMMAND_START=True | ||
|
||
# 全局图片统一使用bytes发送,当真寻与协议端不在同一服务器上时为True | ||
IMAGE_TO_BYTES = False | ||
IMAGE_TO_BYTES = True | ||
|
||
# 回复消息时自称 | ||
SELF_NICKNAME="小真寻" | ||
|
||
# 官bot appid:bot账号 | ||
QBOT_ID_DATA = '{ | ||
|
||
}' | ||
|
||
# 数据库配置 | ||
# 示例: "postgres://user:[email protected]:5432/database" | ||
# 示例: "mysql://user:[email protected]:3306/database" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters