From 2ac3574928f3bf8b68e881f49f854b61aa023d63 Mon Sep 17 00:00:00 2001 From: byron jones Date: Wed, 28 Feb 2018 06:45:15 +0800 Subject: Bug 1438206 - Process SES email bounces properly --- Bugzilla/Install/Localconfig.pm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Install') diff --git a/Bugzilla/Install/Localconfig.pm b/Bugzilla/Install/Localconfig.pm index f877829c5..646dbc1a7 100644 --- a/Bugzilla/Install/Localconfig.pm +++ b/Bugzilla/Install/Localconfig.pm @@ -163,7 +163,15 @@ use constant LOCALCONFIG_VARS => ( { name => 'attachment_base', default => _migrate_param( "attachment_base", '' ), - } + }, + { + name => 'ses_username', + default => '', + }, + { + name => 'ses_password', + default => '', + }, ); -- cgit v1.2.3-24-g4f1b