diff rhodecode/config/deployment.ini_tmpl @ 2736:3aad896d9a02 beta

sync alternative gravatar options to other .ini files - changelog update
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 25 Aug 2012 17:19:23 +0200
parents d2f552429ef3
children e291f25ea87f
line wrap: on
line diff
--- a/rhodecode/config/deployment.ini_tmpl	Fri Aug 24 14:58:26 2012 +0200
+++ b/rhodecode/config/deployment.ini_tmpl	Sat Aug 25 17:19:23 2012 +0200
@@ -63,6 +63,7 @@
 force_https = false
 commit_parse_limit = 50
 use_gravatar = true
+
 ## alternative_gravatar_url allows you to use your own avatar server application
 ## the following parts of the URL will be replaced
 ## %(email)s        user email
@@ -70,6 +71,7 @@
 ## %(size)s         size of the image that is expected from the server application
 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/%(email)s/%(size)s
 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/%(md5email)s?s=%(size)s
+
 container_auth_enabled = false
 proxypass_auth_enabled = false
 default_encoding = utf8