From 9356ed8882760e0b724db963a0dff8f8d1943450 Mon Sep 17 00:00:00 2001 From: Israel Madueme Date: Wed, 21 Mar 2018 17:00:33 -0400 Subject: Bug 1447669 - Add localconfig parameter for changing shadowdb user and pass --- Bugzilla/Install/Localconfig.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Bugzilla/Install') diff --git a/Bugzilla/Install/Localconfig.pm b/Bugzilla/Install/Localconfig.pm index de2219f16..7a913358c 100644 --- a/Bugzilla/Install/Localconfig.pm +++ b/Bugzilla/Install/Localconfig.pm @@ -175,6 +175,14 @@ use constant LOCALCONFIG_VARS => ( name => 'inbound_proxies', default => _migrate_param( 'inbound_proxies', '' ), }, + { + name => 'shadowdb_user', + default => '', + }, + { + name => 'shadowdb_pass', + default => '', + } ); -- cgit v1.2.3-24-g4f1b