Files
explainegy-nextjs/docker_data/servers.json
2022-12-24 19:41:46 +01:00

15 lines
261 B
JSON

{
"Servers": {
"1": {
"Name": "trading_postgis",
"Group": "trading_postgis_group",
"Host": "host.docker.internal",
"Port": 5432,
"MaintenanceDB": "postgres",
"Username": "postgres",
"PassFile": "/pgpass",
"SSLMode": "prefer"
}
}
}