comparison 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
comparison
equal deleted inserted replaced
2835:faffec4abbda 2836:819eb7f8a555
67 ## alternative_gravatar_url allows you to use your own avatar server application 67 ## alternative_gravatar_url allows you to use your own avatar server application
68 ## the following parts of the URL will be replaced 68 ## the following parts of the URL will be replaced
69 ## {email} user email 69 ## {email} user email
70 ## {md5email} md5 hash of the user email (like at gravatar.com) 70 ## {md5email} md5 hash of the user email (like at gravatar.com)
71 ## {size} size of the image that is expected from the server application 71 ## {size} size of the image that is expected from the server application
72 ## {scheme} http/https from RhodeCode server
73 ## {netloc} network location from RhodeCode server
72 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/{email}/{size} 74 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/{email}/{size}
73 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/{md5email}?s={size} 75 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/{md5email}?s={size}
74 76
75 container_auth_enabled = false 77 container_auth_enabled = false
76 proxypass_auth_enabled = false 78 proxypass_auth_enabled = false