changeset 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
files development.ini kallithea/lib/paster_commands/template.ini.mako
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
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
 
--- 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:</%text>
-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':</%text>
+broker.url = amqp://kallithea:thepassword@localhost:5672/kallitheavhost
 
 celery.result.backend = db+sqlite:///celery-results.db