mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
Update config.py
This commit is contained in:
parent
ea0d3a8376
commit
3172fd7783
@ -21,13 +21,13 @@ TL_KEY: List[str] = []
|
|||||||
# 数据库(必要)
|
# 数据库(必要)
|
||||||
# 如果填写了bind就不需要再填写后面的字段了#)
|
# 如果填写了bind就不需要再填写后面的字段了#)
|
||||||
# 示例:"bind": "postgresql://user:password@127.0.0.1:5432/database"
|
# 示例:"bind": "postgresql://user:password@127.0.0.1:5432/database"
|
||||||
bind: str = ''
|
bind: str = '' # 数据库url
|
||||||
sql_name: str = 'postgresql'
|
sql_name: str = 'postgresql'
|
||||||
user: str = ''
|
user: str = '' # 数据用户名
|
||||||
password: str = ''
|
password: str = '' # 数据库密码
|
||||||
address: str = ''
|
address: str = '' # 数据库地址
|
||||||
port: str = ''
|
port: str = '' # 数据库端口
|
||||||
database: str = ''
|
database: str = '' # 数据库名称
|
||||||
|
|
||||||
|
|
||||||
# 公开图库列表
|
# 公开图库列表
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user