comparison development.ini @ 4212:24c0d584ba86 kallithea-2.2.5-rebrand

General renaming to Kallithea
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:06:01 -0400
parents 277684f23146
children 3e6291d99a6f
comparison
equal deleted inserted replaced
4211:1948ede028ef 4212:24c0d584ba86
1 ################################################################################ 1 ################################################################################
2 ################################################################################ 2 ################################################################################
3 # RhodeCode - Pylons environment configuration # 3 # Kallithea - Pylons environment configuration #
4 # # 4 # #
5 # The %(here)s variable will be replaced with the parent directory of this file# 5 # The %(here)s variable will be replaced with the parent directory of this file#
6 ################################################################################ 6 ################################################################################
7 7
8 [DEFAULT] 8 [DEFAULT]
9 debug = true 9 debug = true
10 pdebug = false 10 pdebug = false
11 ################################################################################ 11 ################################################################################
12 ## Uncomment and replace with the address which should receive ## 12 ## Uncomment and replace with the address which should receive ##
13 ## any error reports after application crash ## 13 ## any error reports after application crash ##
14 ## Additionally those settings will be used by RhodeCode mailing system ## 14 ## Additionally those settings will be used by Kallithea mailing system ##
15 ################################################################################ 15 ################################################################################
16 #email_to = admin@localhost 16 #email_to = admin@localhost
17 #error_email_from = paste_error@localhost 17 #error_email_from = paste_error@localhost
18 #app_email_from = kallithea-noreply@localhost 18 #app_email_from = kallithea-noreply@localhost
19 #error_message = 19 #error_message =
20 #email_prefix = [RhodeCode] 20 #email_prefix = [Kallithea]
21 21
22 #smtp_server = mail.server.com 22 #smtp_server = mail.server.com
23 #smtp_username = 23 #smtp_username =
24 #smtp_password = 24 #smtp_password =
25 #smtp_port = 25 #smtp_port =
159 cut_off_limit = 256000 159 cut_off_limit = 256000
160 160
161 ## use cache version of scm repo everywhere 161 ## use cache version of scm repo everywhere
162 vcs_full_cache = true 162 vcs_full_cache = true
163 163
164 ## force https in RhodeCode, fixes https redirects, assumes it's always https 164 ## force https in Kallithea, fixes https redirects, assumes it's always https
165 force_https = false 165 force_https = false
166 166
167 ## use Strict-Transport-Security headers 167 ## use Strict-Transport-Security headers
168 use_htsts = false 168 use_htsts = false
169 169
190 show_revision_number = true 190 show_revision_number = true
191 191
192 ## gist URL alias, used to create nicer urls for gist. This should be an 192 ## gist URL alias, used to create nicer urls for gist. This should be an
193 ## url that does rewrites to _admin/gists/<gistid>. 193 ## url that does rewrites to _admin/gists/<gistid>.
194 ## example: http://gist.kallithea.server/{gistid}. Empty means use the internal 194 ## example: http://gist.kallithea.server/{gistid}. Empty means use the internal
195 ## RhodeCode url, ie. http[s]://your.kallithea.server/_admin/gists/<gistid> 195 ## Kallithea url, ie. http[s]://your.kallithea.server/_admin/gists/<gistid>
196 gist_alias_url = 196 gist_alias_url =
197 197
198 ## white list of API enabled controllers. This allows to add list of 198 ## white list of API enabled controllers. This allows to add list of
199 ## controllers to which access will be enabled by api_key. eg: to enable 199 ## controllers to which access will be enabled by api_key. eg: to enable
200 ## api access to raw_files put `FilesController:raw`, to enable access to patches 200 ## api access to raw_files put `FilesController:raw`, to enable access to patches
210 ## alternative_gravatar_url allows you to use your own avatar server application 210 ## alternative_gravatar_url allows you to use your own avatar server application
211 ## the following parts of the URL will be replaced 211 ## the following parts of the URL will be replaced
212 ## {email} user email 212 ## {email} user email
213 ## {md5email} md5 hash of the user email (like at gravatar.com) 213 ## {md5email} md5 hash of the user email (like at gravatar.com)
214 ## {size} size of the image that is expected from the server application 214 ## {size} size of the image that is expected from the server application
215 ## {scheme} http/https from RhodeCode server 215 ## {scheme} http/https from Kallithea server
216 ## {netloc} network location from RhodeCode server 216 ## {netloc} network location from Kallithea server
217 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/{email}/{size} 217 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/{email}/{size}
218 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/{md5email}?s={size} 218 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/{md5email}?s={size}
219 219
220 220
221 ## container auth options 221 ## container auth options
234 ## netloc - network location 234 ## netloc - network location
235 ## path - usually repo_name 235 ## path - usually repo_name
236 236
237 #clone_uri = {scheme}://{user}{pass}{netloc}{path} 237 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
238 238
239 ## issue tracker for RhodeCode (leave blank to disable, absent for default) 239 ## issue tracker for Kallithea (leave blank to disable, absent for default)
240 #bugtracker = https://bitbucket.org/conservancy/kallithea/issues 240 #bugtracker = https://bitbucket.org/conservancy/kallithea/issues
241 241
242 ## issue tracking mapping for commits messages 242 ## issue tracking mapping for commits messages
243 ## comment out issue_pat, issue_server, issue_prefix to enable 243 ## comment out issue_pat, issue_server, issue_prefix to enable
244 244
398 398
399 #################### 399 ####################
400 ### [errormator] ### 400 ### [errormator] ###
401 #################### 401 ####################
402 402
403 ## Errormator is tailored to work with RhodeCode, see 403 ## Errormator is tailored to work with Kallithea, see
404 ## http://errormator.com for details how to obtain an account 404 ## http://errormator.com for details how to obtain an account
405 ## you must install python package `errormator_client` to make it work 405 ## you must install python package `errormator_client` to make it work
406 406
407 ## errormator enabled 407 ## errormator enabled
408 errormator = false 408 errormator = false