You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
285 B

[testdb]
# 方言
dialect = 'postgresql'
# ip
host = '127.0.0.1'
# 端口
port = 5432
# 用户名
user = 'postgres'
# 密码
passwd = 'root@123'
# 数据库
database = 'postgres'
# 连接池大小
pool_size = 15
# 连接超时回收(秒)
pool_recycle = 3600
# 打印SQL
show_sql = true