mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 12:52:13 +01:00
15 lines
299 B
JSON
15 lines
299 B
JSON
{
|
|
"Servers": {
|
|
"1": {
|
|
"Name": "explainegy_postgres",
|
|
"Group": "explainegy_postgres_group",
|
|
"Host": "host.docker.internal",
|
|
"Port": 5432,
|
|
"MaintenanceDB": "postgres",
|
|
"Username": "postgres",
|
|
"PassFile": "/pgpass",
|
|
"SSLMode": "prefer"
|
|
}
|
|
}
|
|
}
|