comparison production.ini @ 3008:6e76b4892d72 beta

Implemented #647, option to pass list of default encoding used to encode to/decode from unicode
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 15 Nov 2012 00:57:52 +0100
parents 606ea96a982b
children f61adead3520
comparison
equal deleted inserted replaced
3007:b13ca18ac527 3008:6e76b4892d72
74 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/{email}/{size} 74 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/{email}/{size}
75 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/{md5email}?s={size} 75 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/{md5email}?s={size}
76 76
77 container_auth_enabled = false 77 container_auth_enabled = false
78 proxypass_auth_enabled = false 78 proxypass_auth_enabled = false
79 ## default encoding used to convert from and to unicode
80 ## can be also a comma seperated list of encoding in case of mixed encodings
79 default_encoding = utf8 81 default_encoding = utf8
80 82
81 ## overwrite schema of clone url 83 ## overwrite schema of clone url
82 ## available vars: 84 ## available vars:
83 ## scheme - http/https 85 ## scheme - http/https