refacor: fully refactored infrastructure

This commit is contained in:
ITQ
2025-11-13 21:05:51 +03:00
parent 89dffcabbd
commit 436ba6b04e
17 changed files with 3735 additions and 137 deletions
@@ -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": []
}
}
}