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
282 B

[jtt_crm]
# 方言
dialect = 'oracle'
# ip
host = '172.16.1.36'
# 端口
port = 1521
# 用户名
user = 'jtt_crm'
# 密码
passwd = 'jtt_crm'
# 数据库
database = 'dbcenter'
# 连接池大小
pool_size = 15
# 连接超时回收(秒)
pool_recycle = 3600
# 打印SQL
show_sql = true