comparison 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
comparison
equal deleted inserted replaced
2735:9d8f63ff9219 2736:3aad896d9a02
61 app_instance_uuid = ${app_instance_uuid} 61 app_instance_uuid = ${app_instance_uuid}
62 cut_off_limit = 256000 62 cut_off_limit = 256000
63 force_https = false 63 force_https = false
64 commit_parse_limit = 50 64 commit_parse_limit = 50
65 use_gravatar = true 65 use_gravatar = true
66
66 ## 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
67 ## the following parts of the URL will be replaced 68 ## the following parts of the URL will be replaced
68 ## %(email)s user email 69 ## %(email)s user email
69 ## %(md5email)s md5 hash of the user email (like at gravatar.com) 70 ## %(md5email)s md5 hash of the user email (like at gravatar.com)
70 ## %(size)s size of the image that is expected from the server application 71 ## %(size)s size of the image that is expected from the server application
71 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/%(email)s/%(size)s 72 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/%(email)s/%(size)s
72 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/%(md5email)s?s=%(size)s 73 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/%(md5email)s?s=%(size)s
74
73 container_auth_enabled = false 75 container_auth_enabled = false
74 proxypass_auth_enabled = false 76 proxypass_auth_enabled = false
75 default_encoding = utf8 77 default_encoding = utf8
76 78
77 ## overwrite schema of clone url 79 ## overwrite schema of clone url