1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00
_/postgres-migration/servers.json

13 lines
225 B
JSON

{
"Servers": {
"1": {
"Name": "postgres@db",
"Group": "docker",
"Port": 5432,
"Username": "postgres",
"Host": "db",
"SSLMode": "prefer",
"MaintenanceDB": "postgres"
}
}
}