diff --git a/rhodecode/config/deployment.ini_tmpl b/rhodecode/config/deployment.ini_tmpl --- a/rhodecode/config/deployment.ini_tmpl +++ b/rhodecode/config/deployment.ini_tmpl @@ -133,7 +133,7 @@ port = 5000 #prefix = / [app:main] -use = egg:rhodecode +use = egg:kallithea ## enable proxy prefix middleware #filter-with = proxy-prefix @@ -301,7 +301,7 @@ broker.port = 5672 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:// @@ -587,11 +587,11 @@ format = %(asctime)s.%(msecs)03d %(level 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