mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 06:12:53 +08:00
Update config.py
This commit is contained in:
parent
f84896213a
commit
206b1ac3e9
@ -19,8 +19,9 @@ TL_KEY: List[str] = []
|
||||
|
||||
# 数据库(必要)
|
||||
# 如果填写了bind就不需要再填写后面的字段了#)
|
||||
# bind示例:postgresql://user:password@127.0.0.1:5432/databases
|
||||
bind: str = ''
|
||||
sql_name: str = ''
|
||||
sql_name: str = 'postgresql'
|
||||
user: str = ''
|
||||
password: str = ''
|
||||
address: str = ''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user