summaryrefslogtreecommitdiffstats
path: root/config/configuration.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/configuration.yml.example')
-rw-r--r--config/configuration.yml.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/configuration.yml.example b/config/configuration.yml.example
index 59527f874..4c14fa8f1 100644
--- a/config/configuration.yml.example
+++ b/config/configuration.yml.example
@@ -133,6 +133,12 @@ default:
scm_bazaar_command:
scm_darcs_command:
+ # Absolute path to the scm commands errors (stderr) log file.
+ # The default is to log in the 'log' directory of your Redmine instance.
+ # Example:
+ # scm_stderr_log_file: /var/log/redmine_scm_stderr.log
+ scm_stderr_log_file:
+
# Key used to encrypt sensitive data in the database (SCM and LDAP passwords).
# If you don't want to enable data encryption, just leave it blank.
# WARNING: losing/changing this key will make encrypted data unreadable.