All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sync-api_2.13.1.0.0-20220817_1719_master.source-code.config.json.template Maven / Gradle / Ivy

There is a newer version: 1.0.0-20230212_1012_master
Show 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"
		}
	]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy