aligned params

This commit is contained in:
AnatolyUss 2017-05-20 12:03:10 +03:00
parent bacab55a88
commit 620d00ba02

View file

@ -5,12 +5,12 @@
"Ensure, that details like 'charset' are included (if necessary)." "Ensure, that details like 'charset' are included (if necessary)."
], ],
"source" : { "source" : {
"host" : "localhost", "host" : "localhost",
"port" : 3306, "port" : 3306,
"database" : "test_db", "database" : "test_db",
"charset" : "UTF8", "charset" : "UTF8",
"user" : "root", "user" : "root",
"password" : "0123456789" "password" : "0123456789"
}, },
"max_pool_size_source_description" : [ "max_pool_size_source_description" : [
@ -24,12 +24,12 @@
"Ensure, that details like 'charset' are included (if necessary)." "Ensure, that details like 'charset' are included (if necessary)."
], ],
"target" : { "target" : {
"host" : "localhost", "host" : "localhost",
"port" : 5432, "port" : 5432,
"database" : "test_db", "database" : "test_db",
"charset" : "UTF8", "charset" : "UTF8",
"user" : "postgres", "user" : "postgres",
"password" : "0123456789" "password" : "0123456789"
}, },
"max_pool_size_target_description" : [ "max_pool_size_target_description" : [