diff development.ini @ 8264:09a317dfa793

celery: tweak the RabbitMQ example in generated config
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 13 Feb 2020 14:46:50 +0100
parents f450318e5ff9
children ecd3cf91b293
line wrap: on
line diff
--- 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