diff test.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
line wrap: on
line diff
--- a/test.ini	Wed Jul 02 19:05:52 2014 -0400
+++ b/test.ini	Wed Jul 02 19:06:01 2014 -0400
@@ -1,6 +1,6 @@
 ################################################################################
 ################################################################################
-# RhodeCode - Pylons environment configuration                                 #
+# Kallithea - Pylons environment configuration                                 #
 #                                                                              #
 # The %(here)s variable will be replaced with the parent directory of this file#
 ################################################################################
@@ -11,13 +11,13 @@
 ################################################################################
 ## Uncomment and replace with the address which should receive                ##
 ## any error reports after application crash                                  ##
-## Additionally those settings will be used by RhodeCode mailing system       ##
+## Additionally those settings will be used by Kallithea mailing system       ##
 ################################################################################
 #email_to = admin@localhost
 #error_email_from = paste_error@localhost
 #app_email_from = kallithea-noreply@localhost
 #error_message =
-#email_prefix = [RhodeCode]
+#email_prefix = [Kallithea]
 
 #smtp_server = mail.server.com
 #smtp_username =
@@ -84,7 +84,7 @@
 ## use cache version of scm repo everywhere
 vcs_full_cache = false
 
-## force https in RhodeCode, fixes https redirects, assumes it's always https
+## force https in Kallithea, fixes https redirects, assumes it's always https
 force_https = false
 
 ## use Strict-Transport-Security headers
@@ -121,8 +121,8 @@
 ## {email}        user email
 ## {md5email}     md5 hash of the user email (like at gravatar.com)
 ## {size}         size of the image that is expected from the server application
-## {scheme}       http/https from RhodeCode server
-## {netloc}       network location from RhodeCode server
+## {scheme}       http/https from Kallithea server
+## {netloc}       network location from Kallithea server
 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/{email}/{size}
 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/{md5email}?s={size}
 
@@ -298,7 +298,7 @@
 ### [errormator] ###
 ####################
 
-## Errormator is tailored to work with RhodeCode, see
+## Errormator is tailored to work with Kallithea, see
 ## http://errormator.com for details how to obtain an account
 ## you must install python package `errormator_client` to make it work