diff 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
line wrap: on
line diff
--- a/development.ini	Sun Aug 31 12:11:50 2014 +0200
+++ b/development.ini	Wed Aug 27 21:50:25 2014 +0200
@@ -178,9 +178,6 @@
 ## number of commits stats will parse on each iteration
 commit_parse_limit = 25
 
-## use gravatar service to display avatars
-use_gravatar = true
-
 ## path to git executable
 git_path = git
 
@@ -215,35 +212,10 @@
 #    FilesController:raw,
 #    FilesController:archivefile
 
-## alternative_gravatar_url allows you to use your own avatar server application
-## the following parts of the URL will be replaced
-## {email}        user email
-## {md5email}     md5 hash of the user email (like at gravatar.com)
-## {size}         size of the image that is expected from the server application
-## {scheme}       http/https from Kallithea server
-## {netloc}       network location from Kallithea server
-#alternative_gravatar_url = http://myavatarserver.com/getbyemail/{email}/{size}
-#alternative_gravatar_url = http://myavatarserver.com/getbymd5/{md5email}?s={size}
-
-
-## container auth options
-container_auth_enabled = false
-proxypass_auth_enabled = false
-
 ## default encoding used to convert from and to unicode
 ## can be also a comma seperated list of encoding in case of mixed encodings
 default_encoding = utf8
 
-## overwrite schema of clone url
-## available vars:
-## scheme - http/https
-## user - current user
-## pass - password
-## netloc - network location
-## path - usually repo_name
-
-#clone_uri = {scheme}://{user}{pass}{netloc}{path}
-
 ## issue tracker for Kallithea (leave blank to disable, absent for default)
 #bugtracker = https://bitbucket.org/conservancy/kallithea/issues