Added CT: Postgresql

This commit is contained in:
2025-01-05 17:43:29 +01:00
parent d425174eab
commit c767b21856
11 changed files with 171 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
{
"Servers": {
"1": {
"Name": "localhost",
"Group": "Servers",
"Host": "localhost",
"Port": 5432,
"MaintenanceDB": "postgres",
"Username": "postgres",
"ConnectionParameters": {
"sslmode": "prefer",
"passfile": "Shared-Storage:/pgpassfile"
},
"Tags": []
}
}
}