comparison production.ini @ 2866:736678a8c881 beta

#518 multiple issues patterns - added logging - some code cleanup - added example of wiki pattern to .ini file - updated contributors and changelog
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 23 Sep 2012 17:33:53 +0200
parents 819eb7f8a555
children d6ac3baaa15a dbe3cfb81446
comparison
equal deleted inserted replaced
2865:6d9b3ade3051 2866:736678a8c881
106 ## prefix to add to link to indicate it's an url 106 ## prefix to add to link to indicate it's an url
107 ## #314 will be replaced by <issue_prefix><id> 107 ## #314 will be replaced by <issue_prefix><id>
108 108
109 issue_prefix = # 109 issue_prefix = #
110 110
111 ## issue_pat, issue_server_link, issue_prefix can have suffixes to specify
112 ## multiple patterns, to other issues server, wiki or others
113 ## below an example how to create a wiki pattern
114 # #wiki-some-id -> https://mywiki.com/some-id
115
116 #issue_pat_wiki = (?:wiki-)(.+)
117 #issue_server_link_wiki = https://mywiki.com/{id}
118 #issue_prefix_wiki = WIKI-
119
120
111 ## instance-id prefix 121 ## instance-id prefix
112 ## a prefix key for this instance used for cache invalidation when running 122 ## a prefix key for this instance used for cache invalidation when running
113 ## multiple instances of rhodecode, make sure it's globally unique for 123 ## multiple instances of rhodecode, make sure it's globally unique for
114 ## all running rhodecode instances. Leave empty if you don't use it 124 ## all running rhodecode instances. Leave empty if you don't use it
115 instance_id = 125 instance_id =