This commit is contained in:
Janis
2023-01-22 21:22:48 +01:00
parent 2c0207dc65
commit 92ec33fea4
13 changed files with 319 additions and 150 deletions

View File

@@ -1,14 +1,14 @@
{
"Servers": {
"1": {
"Name": "explainegy_postgres",
"Group": "explainegy_postgres_group",
"Host": "host.docker.internal",
"Port": 5432,
"MaintenanceDB": "postgres",
"Username": "postgres",
"PassFile": "/pgpass",
"SSLMode": "prefer"
}
}
"Servers": {
"1": {
"Name": "explainegy_postgres",
"Group": "explainegy_postgres_group",
"Host": "host.docker.internal",
"Port": 5432,
"MaintenanceDB": "postgres",
"Username": "postgres",
"PassFile": "/pgpass",
"SSLMode": "prefer"
}
}
}