infra: added pgadmin folder
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
PGADMIN_DEFAULT_EMAIL=admin@mail.com
|
||||||
|
PGADMIN_DEFAULT_PASSWORD_FILE=/run/secrets/pgadmin_password
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
admin
|
||||||
@@ -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": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user