From 5a11fce8a52102ad51b6900b624b06ac6c088685 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Thu, 6 Feb 2025 20:36:59 +0000 Subject: [PATCH] add Match DB to pgadmin --- .../container_files/etc/phpPgAdmin/config.inc.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Workbench/directory/container_files/etc/phpPgAdmin/config.inc.php b/Workbench/directory/container_files/etc/phpPgAdmin/config.inc.php index 0a14f1b..ea8a969 100644 --- a/Workbench/directory/container_files/etc/phpPgAdmin/config.inc.php +++ b/Workbench/directory/container_files/etc/phpPgAdmin/config.inc.php @@ -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