comparison development.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
comparison
equal deleted inserted replaced
4185:aaa7c3331186 4186:7e5f8c12a3fc
131 #[filter:proxy-prefix] 131 #[filter:proxy-prefix]
132 #use = egg:PasteDeploy#prefix 132 #use = egg:PasteDeploy#prefix
133 #prefix = /<your-prefix> 133 #prefix = /<your-prefix>
134 134
135 [app:main] 135 [app:main]
136 use = egg:rhodecode 136 use = egg:kallithea
137 ## enable proxy prefix middleware 137 ## enable proxy prefix middleware
138 #filter-with = proxy-prefix 138 #filter-with = proxy-prefix
139 139
140 full_stack = true 140 full_stack = true
141 static_files = true 141 static_files = true
299 broker.vhost = rabbitmqhost 299 broker.vhost = rabbitmqhost
300 broker.port = 5672 300 broker.port = 5672
301 broker.user = rabbitmq 301 broker.user = rabbitmq
302 broker.password = qweqwe 302 broker.password = qweqwe
303 303
304 celery.imports = rhodecode.lib.celerylib.tasks 304 celery.imports = kallithea.lib.celerylib.tasks
305 305
306 celery.result.backend = amqp 306 celery.result.backend = amqp
307 celery.result.dburi = amqp:// 307 celery.result.dburi = amqp://
308 celery.result.serialier = json 308 celery.result.serialier = json
309 309
576 [formatter_generic] 576 [formatter_generic]
577 format = %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s 577 format = %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s
578 datefmt = %Y-%m-%d %H:%M:%S 578 datefmt = %Y-%m-%d %H:%M:%S
579 579
580 [formatter_color_formatter] 580 [formatter_color_formatter]
581 class=rhodecode.lib.colored_formatter.ColorFormatter 581 class=kallithea.lib.colored_formatter.ColorFormatter
582 format= %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s 582 format= %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s
583 datefmt = %Y-%m-%d %H:%M:%S 583 datefmt = %Y-%m-%d %H:%M:%S
584 584
585 [formatter_color_formatter_sql] 585 [formatter_color_formatter_sql]
586 class=rhodecode.lib.colored_formatter.ColorFormatterSql 586 class=kallithea.lib.colored_formatter.ColorFormatterSql
587 format= %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s 587 format= %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s
588 datefmt = %Y-%m-%d %H:%M:%S 588 datefmt = %Y-%m-%d %H:%M:%S