diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -74,17 +74,17 @@ proxypass_auth_enabled = false ## pattern to get the issues from commit messages ## default one used here is #1234 -#url_pat = (?:^#|\s#)(\w+) +url_pat = (?:^#|\s#)(\w+) ## server url to the issue, each {id} will be replaced with id ## fetched from the regex -#issue_server = https://myissueserver.com/issue/{id} +issue_server = https://myissueserver.com/issue/{id} ## prefix to add to link to indicate it's an url ## #314 will be replaced by -#issue_prefix = # +issue_prefix = # ####################################