# HG changeset patch # User Marcin Kuzminski # Date 2017-10-25 13:07:55 # Node ID 566a87e49ea3f572d88a1f5854665595c48bb402 # Parent 2920aaa029dd2edd0f9807b54f1a48f5604a5b50 docs: update celery docs diff --git a/docs/install/configure-celery.rst b/docs/install/configure-celery.rst --- a/docs/install/configure-celery.rst +++ b/docs/install/configure-celery.rst @@ -16,19 +16,19 @@ In order to have install and configure C 1. Install RabbitMQ, see the documentation on the Celery website for `rabbitmq installation`_. + 2. Configure Celery in the :file:`home/{user}/.rccontrol/{instance-id}/rhodecode.ini` file. - Set the following minimal settings, that are set during - rabbitmq_ installation:: + Set the following minimal settings, that are set during rabbitmq_ installation:: broker.host = broker.vhost = broker.user = broker.password = - Full configuration example is below: + Full configuration example is below: - .. code-block:: ini + .. code-block:: ini # Set this section of the ini file to match your Celery installation ####################################