Files
HomeServerCTs/CT-Files/postgresql/Configs/pgadmin-server-import.json
2025-01-05 17:43:29 +01:00

18 lines
423 B
JSON

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