@@ -22,7 +22,7 @@ The following example indicates the schema for the configuration file required t
...
@@ -22,7 +22,7 @@ The following example indicates the schema for the configuration file required t
"hostname":"localhost",
"hostname":"localhost",
"dbname":"mydb"
"dbname":"mydb"
},
},
"router":{
"ssh":{
"username":"user",
"username":"user",
"password":"pass",
"password":"pass",
"private-key":"/path/to/private/key"
"private-key":"/path/to/private/key"
...
@@ -30,7 +30,7 @@ The following example indicates the schema for the configuration file required t
...
@@ -30,7 +30,7 @@ The following example indicates the schema for the configuration file required t
}
}
}
}
All "mysql" parameters are mandatory. For "router", username is mandatory, and either password or private-key must be provided. ssh-config is optional.
All "mysql" parameters are mandatory. For "ssh", username is mandatory, and either password or private-key must be provided. ssh-config is optional.