nightingale1/etc/mysql.yml

26 lines
693 B
YAML
Raw Normal View History

2020-09-26 16:53:10 +08:00
---
rdb:
addr: "root:1234@tcp(127.0.0.1:3306)/n9e_rdb?charset=utf8&parseTime=True&loc=Asia%2FShanghai"
2021-01-25 10:19:50 +08:00
max: 128
idle: 16
2020-09-26 16:53:10 +08:00
debug: false
ams:
addr: "root:1234@tcp(127.0.0.1:3306)/n9e_ams?charset=utf8&parseTime=True&loc=Asia%2FShanghai"
2021-01-25 10:19:50 +08:00
max: 128
idle: 16
2020-09-26 16:53:10 +08:00
debug: false
job:
addr: "root:1234@tcp(127.0.0.1:3306)/n9e_job?charset=utf8&parseTime=True&loc=Asia%2FShanghai"
2021-01-25 10:19:50 +08:00
max: 128
idle: 16
2020-09-26 16:53:10 +08:00
debug: false
mon:
addr: "root:1234@tcp(127.0.0.1:3306)/n9e_mon?charset=utf8&parseTime=True&loc=Asia%2FShanghai"
2021-01-25 10:19:50 +08:00
max: 128
idle: 16
2020-09-26 16:53:10 +08:00
debug: false
hbs:
addr: "root:1234@tcp(127.0.0.1:3306)/n9e_hbs?charset=utf8&parseTime=True&loc=Asia%2FShanghai"
2021-01-25 10:19:50 +08:00
max: 128
idle: 16
2020-09-26 16:53:10 +08:00
debug: false