comparison development.ini @ 4501:a68fc4abeda3

issue #7 remove obsolete configuration
author domruf <dominikruf@gmail.com>
date Wed, 27 Aug 2014 21:50:25 +0200
parents 3e6291d99a6f
children dacdea9fda2a
comparison
equal deleted inserted replaced
4500:e69d34136be5 4501:a68fc4abeda3
176 use_htsts = false 176 use_htsts = false
177 177
178 ## number of commits stats will parse on each iteration 178 ## number of commits stats will parse on each iteration
179 commit_parse_limit = 25 179 commit_parse_limit = 25
180 180
181 ## use gravatar service to display avatars
182 use_gravatar = true
183
184 ## path to git executable 181 ## path to git executable
185 git_path = git 182 git_path = git
186 183
187 ## git rev filter option, --all is the default filter, if you need to 184 ## git rev filter option, --all is the default filter, if you need to
188 ## hide all refs in changelog switch this to --branches --tags 185 ## hide all refs in changelog switch this to --branches --tags
213 # ChangesetController:changeset_patch, 210 # ChangesetController:changeset_patch,
214 # ChangesetController:changeset_raw, 211 # ChangesetController:changeset_raw,
215 # FilesController:raw, 212 # FilesController:raw,
216 # FilesController:archivefile 213 # FilesController:archivefile
217 214
218 ## alternative_gravatar_url allows you to use your own avatar server application
219 ## the following parts of the URL will be replaced
220 ## {email} user email
221 ## {md5email} md5 hash of the user email (like at gravatar.com)
222 ## {size} size of the image that is expected from the server application
223 ## {scheme} http/https from Kallithea server
224 ## {netloc} network location from Kallithea server
225 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/{email}/{size}
226 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/{md5email}?s={size}
227
228
229 ## container auth options
230 container_auth_enabled = false
231 proxypass_auth_enabled = false
232
233 ## default encoding used to convert from and to unicode 215 ## default encoding used to convert from and to unicode
234 ## can be also a comma seperated list of encoding in case of mixed encodings 216 ## can be also a comma seperated list of encoding in case of mixed encodings
235 default_encoding = utf8 217 default_encoding = utf8
236
237 ## overwrite schema of clone url
238 ## available vars:
239 ## scheme - http/https
240 ## user - current user
241 ## pass - password
242 ## netloc - network location
243 ## path - usually repo_name
244
245 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
246 218
247 ## issue tracker for Kallithea (leave blank to disable, absent for default) 219 ## issue tracker for Kallithea (leave blank to disable, absent for default)
248 #bugtracker = https://bitbucket.org/conservancy/kallithea/issues 220 #bugtracker = https://bitbucket.org/conservancy/kallithea/issues
249 221
250 ## issue tracking mapping for commits messages 222 ## issue tracking mapping for commits messages