This commit is contained in:
2026-03-01 12:27:32 +02:00
parent 745899e96c
commit 23658c4d91
2 changed files with 220 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"Servers": {
"1": {
"Name": "example",
"Group": "Servers",
"Host": "postgres",
"Port": 5432,
"MaintenanceDB": "postgres",
"Username": "postgres",
"PassFile": "/pgpass",
"SSLMode": "prefer"
}
}
}