gitpod/components/ee/db-sync/example-config.json
2021-05-25 18:08:38 +02:00

23 lines
548 B
JSON

{
"syncPeriod": 30000,
"roundRobin": true,
"tableSet": "gitpod",
"disableTransactions": false,
"replicationLogDir": "/var/log/db-sync",
"targets": [
{
"host": "gitpod.io-local",
"port": 23306,
"database": "gitpod",
"user": "gitpod",
"password": "test"
},
{
"host": "gitpod.io-local",
"port": 23306,
"database": "gitpod-trgt",
"user": "gitpod",
"password": "test"
}
]
}