feat(Go-Tool):
2020/12/16: 添加YAML和结构体转换工具
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
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
|
||||
]
|
||||
Reference in New Issue
Block a user