diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-05-08 00:52:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-08 00:52:29 +0200 |
commit | dcb3506da0be31ec92950e85f51688cecef1b0f8 (patch) | |
tree | af35019609314a2f328a6da6ce21a9b1540029fc /Bugzilla/Install | |
parent | 779252b143809c134aae82333e8456b566b054be (diff) | |
download | bugzilla-dcb3506da0be31ec92950e85f51688cecef1b0f8.tar.gz bugzilla-dcb3506da0be31ec92950e85f51688cecef1b0f8.tar.xz |
Bug 1413328 - Use tct (tocotrienol on npm) to encrypt bugmail
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Localconfig.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Bugzilla/Install/Localconfig.pm b/Bugzilla/Install/Localconfig.pm index 55394bc2e..e1a8e0909 100644 --- a/Bugzilla/Install/Localconfig.pm +++ b/Bugzilla/Install/Localconfig.pm @@ -126,6 +126,10 @@ use constant LOCALCONFIG_VARS => ( default => sub { dirname( bin_loc('diff') ) }, }, { + name => 'tct_bin', + default => sub { bin_loc('tct') }, + }, + { name => 'site_wide_secret', # 64 characters is roughly the equivalent of a 384-bit key, which |