dc80b557e3
2020/12/16: 添加YAML和结构体转换工具
17 lines
236 B
YAML
17 lines
236 B
YAML
mysql:
|
|
user: root
|
|
password: 123456
|
|
host: 192.198.1.1
|
|
port: 3306
|
|
dbname: mdb
|
|
redis:
|
|
host: 192.168.1.1
|
|
port: 1234
|
|
auth: 123456
|
|
nginx_proxy:
|
|
counter: 3
|
|
nginx_list: [
|
|
192.168.1.1,
|
|
192.168.1.2,
|
|
192.168.1.3
|
|
] |