aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/templates/localconfig
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bugzilla/templates/localconfig')
-rw-r--r--modules/bugzilla/templates/localconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/bugzilla/templates/localconfig b/modules/bugzilla/templates/localconfig
index 3e304084..61935552 100644
--- a/modules/bugzilla/templates/localconfig
+++ b/modules/bugzilla/templates/localconfig
@@ -119,4 +119,9 @@ $interdiffbin = '/usr/bin/interdiff';
# are using that feature of the Patch Viewer.)
$diffpath = '/usr/bin';
+# This secret key is used by your installation for the creation and
+# validation of encrypted tokens. These tokens are used to implement
+# security features in Bugzilla, to protect against certain types of attacks.
+# A random string is generated by default. It's very important that this key
+# is kept secret. It also must be very long.
$site_wide_secret = '<%= bugzilla_secret_key %>';