Skip to content

Commit

Permalink
add Match DB to pgadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Feb 6, 2025
1 parent c4cc887 commit 5a11fce
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
$conf['servers'][4]['pg_dump_path'] = '/usr/bin/pg_dump';
$conf['servers'][4]['pg_dumpall_path'] = '/usr/bin/pg_dumpall';

// COmanage Match DB
$conf['servers'][5]['desc'] = 'COmanage Match DB (match_user)';
$conf['servers'][5]['host'] = 'comanage-match-data';
$conf['servers'][5]['port'] = 5432;
//$conf['servers'][5]['sslmode'] = 'allow';
$conf['servers'][5]['defaultdb'] = 'match';
$conf['servers'][5]['pg_dump_path'] = '/usr/bin/pg_dump';
$conf['servers'][5]['pg_dumpall_path'] = '/usr/bin/pg_dumpall';

/* Groups definition */
/* Groups allow administrators to logicaly group servers together under
* group nodes in the left browser tree
Expand Down

0 comments on commit 5a11fce

Please sign in to comment.