diff production.ini @ 2836:819eb7f8a555 beta

Implemented patch from andrewsh ref #565 Add support for {netloc} and {scheme} to alternative_gravatar_url
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 13 Sep 2012 20:07:43 +0200
parents e291f25ea87f
children d998cc84cf72 736678a8c881
line wrap: on
line diff
--- a/production.ini	Thu Sep 13 19:36:56 2012 +0200
+++ b/production.ini	Thu Sep 13 20:07:43 2012 +0200
@@ -69,6 +69,8 @@
 ## {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 RhodeCode server
+## {netloc}       network location from RhodeCode server
 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/{email}/{size}
 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/{md5email}?s={size}