comparison production.ini @ 2854:d998cc84cf72 rhodecode-0.0.1.4.2

Merge branch beta into stable
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 19 Sep 2012 22:38:12 +0200
parents 63e58ef80ef1 819eb7f8a555
children d6ac3baaa15a
comparison
equal deleted inserted replaced
2829:026609c4ef02 2854:d998cc84cf72
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