mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 19:27:49 +00:00
14 lines
233 B
JSON
14 lines
233 B
JSON
{
|
|
"Servers": {
|
|
"dev": {
|
|
"Name": "PostgSail dev db",
|
|
"Group": "Servers",
|
|
"Port": 5432,
|
|
"Host": "db",
|
|
"SSLMode": "prefer",
|
|
"MaintenanceDB": "postgres",
|
|
"Username": "postgres"
|
|
}
|
|
}
|
|
}
|