Document redis password param

This commit is contained in:
amercader 2018-10-25 12:20:47 +02:00
parent b51c5f119e
commit 3e5f98e708
1 changed files with 11 additions and 10 deletions

View File

@ -64,12 +64,13 @@ running a version lower than 2.0.
There are a number of configuration options available for the backends. These don't need to be modified at all if you are using the default Redis or RabbitMQ install (step 1). However you may wish to add them with custom options to the into the CKAN config file the `[app:main]` section. The list below shows the available options and their default values:
* Redis:
* Redis:
- ``ckan.harvest.mq.hostname`` (localhost)
- ``ckan.harvest.mq.port`` (6379)
- ``ckan.harvest.mq.redis_db`` (0)
- ``ckan.harvest.mq.password`` (None)
* RabbitMQ:
* RabbitMQ:
- ``ckan.harvest.mq.user_id`` (guest)
- ``ckan.harvest.mq.password`` (guest)
- ``ckan.harvest.mq.hostname`` (localhost)