forked from pneymrl2f/nightingale
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.
26 lines
683 B
26 lines
683 B
---
|
|
rdb:
|
|
addr: "root:1234@tcp(127.0.0.1:3306)/n9e_rdb?charset=utf8&parseTime=True&loc=Asia%2FShanghai"
|
|
max: 16
|
|
idle: 4
|
|
debug: false
|
|
ams:
|
|
addr: "root:1234@tcp(127.0.0.1:3306)/n9e_ams?charset=utf8&parseTime=True&loc=Asia%2FShanghai"
|
|
max: 16
|
|
idle: 4
|
|
debug: false
|
|
job:
|
|
addr: "root:1234@tcp(127.0.0.1:3306)/n9e_job?charset=utf8&parseTime=True&loc=Asia%2FShanghai"
|
|
max: 16
|
|
idle: 4
|
|
debug: false
|
|
mon:
|
|
addr: "root:1234@tcp(127.0.0.1:3306)/n9e_mon?charset=utf8&parseTime=True&loc=Asia%2FShanghai"
|
|
max: 16
|
|
idle: 4
|
|
debug: false
|
|
hbs:
|
|
addr: "root:1234@tcp(127.0.0.1:3306)/n9e_hbs?charset=utf8&parseTime=True&loc=Asia%2FShanghai"
|
|
max: 16
|
|
idle: 4
|
|
debug: false |