sync-api_2.13.1.0.0-20220817_1719_master.source-code.config.json.template Maven / Gradle / Ivy
{
"sourceDatabase": {
"url":"jdbc:postgresql://localhost/qubes",
"user":"qubes",
"password":""
},
"targetDatabase": {
"url":"jdbc:postgresql://localhost/qubes",
"user":"qubes",
"password":""
},
"tableSyncs": [
{
"start": 1,
"sourceTable": "usergroup_log",
"targetTable": "usergroupplay",
"primaryKey": "uid"
}
]
}