summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-05-08 00:52:29 +0200
committerGitHub <noreply@github.com>2018-05-08 00:52:29 +0200
commitdcb3506da0be31ec92950e85f51688cecef1b0f8 (patch)
treeaf35019609314a2f328a6da6ce21a9b1540029fc /Bugzilla/Install
parent779252b143809c134aae82333e8456b566b054be (diff)
downloadbugzilla-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.pm4
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