comparison development.ini @ 2877:d6ac3baaa15a

merged beta into stable
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 28 Sep 2012 23:28:10 +0200
parents d998cc84cf72 736678a8c881
children a5f0bc867edc
comparison
equal deleted inserted replaced
2855:79fdfd0afdf8 2877:d6ac3baaa15a
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 =