comparison rhodecode/config/deployment.ini_tmpl @ 2734:d2f552429ef3 beta

use dict for replacing parts of avatar URL and add example to ini template
author domruf <dominikruf@gmail.com>
date Fri, 24 Aug 2012 10:37:17 +0200
parents 6f44b6d5aa60
children 3aad896d9a02
comparison
equal deleted inserted replaced
2733:d62f09590246 2734:d2f552429ef3
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 ## alternative_gravatar_url allows you to use your own avatar server application
67 ## the following parts of the URL will be replaced
68 ## %(email)s user email
69 ## %(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 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/%(email)s/%(size)s
72 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/%(md5email)s?s=%(size)s
66 container_auth_enabled = false 73 container_auth_enabled = false
67 proxypass_auth_enabled = false 74 proxypass_auth_enabled = false
68 default_encoding = utf8 75 default_encoding = utf8
69 76
70 ## overwrite schema of clone url 77 ## overwrite schema of clone url