diff production.ini @ 4006:cdf10b3df899

Allow RhodeCode maintainers to specify a custom bug tracker. This allows people who maintain large RhodeCode installations to setup their own bug tracker and respond to requests against their specific installation. The maintainer is then free to forward problems with RhodeCode to the canonical issue tracker on bitbucket. If the config option "bugtracker" is present, its value will be used with the "Report a bug" button. If left blank, this disables the button. If no value is present, then the default is used. This is so that the new config option doesn't break installations of RhodeCode upgrading to a newer version and to allow easier installation for the common use case.
author Jonathan Sternberg <jonathansternberg@gmail.com>
date Mon, 17 Jun 2013 12:41:28 -0400
parents 5aa571d559bf
children 9b4ba12ef8c3
line wrap: on
line diff
--- a/production.ini	Mon Jun 17 15:58:20 2013 +0200
+++ b/production.ini	Mon Jun 17 12:41:28 2013 -0400
@@ -171,6 +171,9 @@
 
 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
 
+## issue tracker for RhodeCode (leave blank to disable, absent for default)
+#bugtracker = http://bitbucket.org/marcinkuzminski/rhodecode/issues
+
 ## issue tracking mapping for commits messages
 ## comment out issue_pat, issue_server, issue_prefix to enable