Update config.py

This commit is contained in:
HibiKier 2021-06-23 16:00:12 +08:00 committed by GitHub
parent f84896213a
commit 206b1ac3e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ''