Initial commit

This commit is contained in:
2026-04-06 15:48:37 -05:00
commit a09ccf639e
8 changed files with 5588 additions and 0 deletions

13
pgadmin/servers.json Normal file
View File

@@ -0,0 +1,13 @@
{
"Servers": {
"1": {
"Name": "Puzzles DB",
"Group": "Servers",
"Host": "postgreshost",
"Port": 5432,
"MaintenanceDB": "example_db",
"Username": "example_user",
"SSLMode": "prefer"
}
}
}