infra: moved infra config from cloud to project

This commit is contained in:
ITQ
2025-03-01 01:17:09 +03:00
parent b3e7409c24
commit ac761e6c29
26 changed files with 15643 additions and 10 deletions
+2
View File
@@ -0,0 +1,2 @@
PGADMIN_DEFAULT_EMAIL=admin@mail.com
PGADMIN_DEFAULT_PASSWORD_FILE=/run/secrets/pgadmin_password
+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": []
}
}
}