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.

39 lines
567 B

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