Skip to content

Commit

Permalink
Merge pull request #463 from TomeCirun/change-default-MQ_TYPE
Browse files Browse the repository at this point in the history
set the default MQ_TYPE to be redis
  • Loading branch information
tino097 committed Sep 29, 2021
2 parents 51f85ee + 3d2b398 commit 7e14f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/harvest/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
PASSWORD = 'guest'
HOSTNAME = 'localhost'
VIRTUAL_HOST = '/'
MQ_TYPE = 'amqp'
MQ_TYPE = 'redis'
REDIS_PORT = 6379
REDIS_DB = 0

Expand Down

0 comments on commit 7e14f92

Please sign in to comment.