sync-api_3.1.0.0-20240221_1247_master.source-code.config.json.template Maven / Gradle / Ivy
The newest version!
{
"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"
}
]
}