docker-database-backup/backup_hosts.json

22 lines
304 B
JSON
Raw Normal View History

2018-01-30 20:57:23 +00:00
[
{
"host":"host1",
"user":"root",
"password":"1234"
},
{
"host":"host2",
"user":"root",
"password":"123443"
},
{
"host":"127.0.0.1",
"user":"root",
"password":"jup2000"
},
{
"user":"root",
"password":"123443"
}
]