Correct doc error for configuring amqp.

This commit is contained in:
David Read 2015-10-21 16:11:11 +00:00
parent 6360681a8f
commit 1f81fefcbb
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -8,6 +8,6 @@ build
.DS_Store
dist
development.ini
*.swp
*.sw?
*~
node_modules

View File

@ -29,7 +29,7 @@ Installation
On your CKAN configuration file, add::
ckan.harvest.mq.type = rabbitmq
ckan.harvest.mq.type = amqp
2. Install the extension into your python environment::