mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
23 lines
548 B
JSON
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"
|
|
}
|
|
]
|
|
} |