diff production.ini @ 4186:7e5f8c12a3fc kallithea-2.2.5-rebrand

First step in two-part process to rename directories to kallithea. This first step is to change all references in the files where they refer to the old directory name.
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:04:28 -0400
parents 05cabd91f7c3
children 58e390e0cea4
line wrap: on
line diff
--- a/production.ini	Wed Jul 02 19:04:00 2014 -0400
+++ b/production.ini	Wed Jul 02 19:04:28 2014 -0400
@@ -133,7 +133,7 @@
 #prefix = /<your-prefix>
 
 [app:main]
-use = egg:rhodecode
+use = egg:kallithea
 ## enable proxy prefix middleware
 #filter-with = proxy-prefix
 
@@ -301,7 +301,7 @@
 broker.user = rabbitmq
 broker.password = qweqwe
 
-celery.imports = rhodecode.lib.celerylib.tasks
+celery.imports = kallithea.lib.celerylib.tasks
 
 celery.result.backend = amqp
 celery.result.dburi = amqp://
@@ -578,11 +578,11 @@
 datefmt = %Y-%m-%d %H:%M:%S
 
 [formatter_color_formatter]
-class=rhodecode.lib.colored_formatter.ColorFormatter
+class=kallithea.lib.colored_formatter.ColorFormatter
 format= %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s
 datefmt = %Y-%m-%d %H:%M:%S
 
 [formatter_color_formatter_sql]
-class=rhodecode.lib.colored_formatter.ColorFormatterSql
+class=kallithea.lib.colored_formatter.ColorFormatterSql
 format= %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s
 datefmt = %Y-%m-%d %H:%M:%S