diff production.ini @ 2751:e291f25ea87f beta

fixes issue #543, un-broken alternative gravatar option - also now formatting is similar as other parts `{}`
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 28 Aug 2012 09:05:27 +0200
parents 3aad896d9a02
children 63e58ef80ef1 819eb7f8a555
line wrap: on
line diff
--- a/production.ini	Tue Aug 28 09:04:02 2012 +0200
+++ b/production.ini	Tue Aug 28 09:05:27 2012 +0200
@@ -66,11 +66,11 @@
 
 ## 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
-## %(md5email)s     md5 hash of the user email (like at gravatar.com)
-## %(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
+## {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
+#alternative_gravatar_url = http://myavatarserver.com/getbyemail/{email}/{size}
+#alternative_gravatar_url = http://myavatarserver.com/getbymd5/{md5email}?s={size}
 
 container_auth_enabled = false
 proxypass_auth_enabled = false