mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
13 lines
225 B
JSON
13 lines
225 B
JSON
{
|
|
"Servers": {
|
|
"1": {
|
|
"Name": "postgres@db",
|
|
"Group": "docker",
|
|
"Port": 5432,
|
|
"Username": "postgres",
|
|
"Host": "db",
|
|
"SSLMode": "prefer",
|
|
"MaintenanceDB": "postgres"
|
|
}
|
|
}
|
|
}
|