mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 22:07:10 +00:00
19 lines
446 B
JSON
19 lines
446 B
JSON
{
|
|
"Servers": {
|
|
"1": {
|
|
"Name": "default",
|
|
"Group": "Servers",
|
|
"Host": "postgres",
|
|
"Port": 5432,
|
|
"MaintenanceDB": "postgres",
|
|
"Username": "postgres",
|
|
"KerberosAuthentication": false,
|
|
"ConnectionParameters": {
|
|
"sslmode": "prefer",
|
|
"connect_timeout": 10
|
|
},
|
|
"Tags": []
|
|
}
|
|
}
|
|
}
|