diff options
author | Israel Madueme <purelogiq@gmail.com> | 2018-03-21 22:00:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 22:00:33 +0100 |
commit | 9356ed8882760e0b724db963a0dff8f8d1943450 (patch) | |
tree | 05fe383b3acae5e3d7f9ffcd6e380c8691726195 /template/en | |
parent | 24eeb9e547d9a49838dea6c796ede1ce2bcbd5f3 (diff) | |
download | bugzilla-9356ed8882760e0b724db963a0dff8f8d1943450.tar.gz bugzilla-9356ed8882760e0b724db963a0dff8f8d1943450.tar.xz |
Bug 1447669 - Add localconfig parameter for changing shadowdb user and pass
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 9de426972..5fc860519 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -269,6 +269,12 @@ END This is the max amount of unshared memory the apache process is allowed to use before Apache::SizeLimit kills it. This is only applicable when run under mod_perl. EOT + localconfig_shadowdb_user => <<EOT, +The username used to authenticate to the shadow db. +EOT + localconfig_shadowdb_pass => <<EOT, +The password used to authenticate to the shadow db. +EOT max_allowed_packet => <<EOT, WARNING: You need to set the max_allowed_packet parameter in your MySQL configuration to at least ##needed##. Currently it is set to ##current##. |