# HG changeset patch # User Mads Kiilerich # Date 1581601610 -3600 # Node ID 09a317dfa793435ca8a1610b496f65313d3230fc # Parent f450318e5ff962d17d6201e32091a2c731aca6d6 celery: tweak the RabbitMQ example in generated config diff -r f450318e5ff9 -r 09a317dfa793 development.ini --- a/development.ini Fri Feb 14 02:25:00 2020 +0100 +++ b/development.ini Thu Feb 13 14:46:50 2020 +0100 @@ -252,8 +252,8 @@ use_celery = false -## Example: connect to the virtual host 'rabbitmqhost' on localhost as rabbitmq: -broker.url = amqp://rabbitmq:qewqew@localhost:5672/rabbitmqhost +## Example: use the message queue on the local virtual host 'kallitheavhost' as the RabbitMQ user 'kallithea': +broker.url = amqp://kallithea:thepassword@localhost:5672/kallitheavhost celery.result.backend = db+sqlite:///celery-results.db diff -r f450318e5ff9 -r 09a317dfa793 kallithea/lib/paster_commands/template.ini.mako --- a/kallithea/lib/paster_commands/template.ini.mako Fri Feb 14 02:25:00 2020 +0100 +++ b/kallithea/lib/paster_commands/template.ini.mako Thu Feb 13 14:46:50 2020 +0100 @@ -358,8 +358,8 @@ use_celery = false -<%text>## Example: connect to the virtual host 'rabbitmqhost' on localhost as rabbitmq: -broker.url = amqp://rabbitmq:qewqew@localhost:5672/rabbitmqhost +<%text>## Example: use the message queue on the local virtual host 'kallitheavhost' as the RabbitMQ user 'kallithea': +broker.url = amqp://kallithea:thepassword@localhost:5672/kallitheavhost celery.result.backend = db+sqlite:///celery-results.db