##// END OF EJS Templates
celery: tweak the RabbitMQ example in generated config
Mads Kiilerich -
r8133:09a317df default
parent child Browse files
Show More
@@ -252,8 +252,8 b' ssh_enabled = false'
252 252
253 253 use_celery = false
254 254
255 ## Example: connect to the virtual host 'rabbitmqhost' on localhost as rabbitmq:
256 broker.url = amqp://rabbitmq:qewqew@localhost:5672/rabbitmqhost
255 ## Example: use the message queue on the local virtual host 'kallitheavhost' as the RabbitMQ user 'kallithea':
256 broker.url = amqp://kallithea:thepassword@localhost:5672/kallitheavhost
257 257
258 258 celery.result.backend = db+sqlite:///celery-results.db
259 259
@@ -358,8 +358,8 b' ssh_locale = ${ssh_locale}'
358 358
359 359 use_celery = false
360 360
361 <%text>## Example: connect to the virtual host 'rabbitmqhost' on localhost as rabbitmq:</%text>
362 broker.url = amqp://rabbitmq:qewqew@localhost:5672/rabbitmqhost
361 <%text>## Example: use the message queue on the local virtual host 'kallitheavhost' as the RabbitMQ user 'kallithea':</%text>
362 broker.url = amqp://kallithea:thepassword@localhost:5672/kallitheavhost
363 363
364 364 celery.result.backend = db+sqlite:///celery-results.db
365 365
General Comments 0
You need to be logged in to leave comments. Login now