aktaliosieren

This commit is contained in:
ChK
2026-03-11 08:27:05 +01:00
parent 68c2db11d0
commit 98c2485f88
8 changed files with 448 additions and 5 deletions

13
pgadmin/servers.json Executable file
View File

@@ -0,0 +1,13 @@
{
"Servers": {
"1": {
"Name": "appServerInfoDB",
"Group": "Servers",
"Host": "appServer_InfoDB",
"Port": 5432,
"MaintenanceDB": "infodb",
"Username": "postgres",
"SSLMode": "prefer"
}
}
}