Skip to content

Commit

Permalink
local-dev: pgadmin: update for multiple databases
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Nov 11, 2021
1 parent c92b02c commit a834836
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion local-dev/pgadmin/passfile.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# hostname:port:database:username:password
clair-db:5432:clair-db:clair:clair
clair-database:5432:notifier:clair:clair
clair-database:5432:matcher:clair:clair
clair-database:5432:indexer:clair:clair
8 changes: 4 additions & 4 deletions local-dev/pgadmin/servers.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"Servers": {
"1": {
"Name": "clair-db",
"Name": "clair",
"Group": "Servers",
"Port": 5432,
"Username": "clair",
"Host": "clair-db",
"Username": "postgres",
"Host": "clair-database",
"SSLMode": "disable",
"MaintenanceDB": "postgres",
"PassFile": "/pgadmin4/config/passfile.txt"
}
}
}
}

0 comments on commit a834836

Please sign in to comment.