init: infrastructure

This commit is contained in:
ITQ
2025-02-26 22:09:47 +03:00
parent 4c8998cdfb
commit c1bdc0cc4e
23 changed files with 15438 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"Servers": {
"1": {
"Name": "default",
"Group": "Servers",
"Host": "postgres",
"Port": 5432,
"MaintenanceDB": "postgres",
"Username": "postgres",
"KerberosAuthentication": false,
"ConnectionParameters": {
"sslmode": "prefer",
"connect_timeout": 10
},
"Tags": []
}
}
}