forked from wallabag/wallabag
1st draft for rabbitMQ
This commit is contained in:
committed by
Jeremy Benoist
parent
59758d8fe5
commit
56c778b415
@ -38,3 +38,15 @@ parameters:
|
||||
fosuser_confirmation: true
|
||||
|
||||
from_email: no-reply@wallabag.org
|
||||
|
||||
rss_limit: 50
|
||||
|
||||
# pocket import
|
||||
pocket_consumer_key: xxxxxxxx
|
||||
|
||||
# RabbitMQ processing
|
||||
rabbitmq: false
|
||||
rabbitmq_host: localhost
|
||||
rabbitmq_port: 5672
|
||||
rabbitmq_user: guest
|
||||
rabbitmq_password: guest
|
||||
|
||||
Reference in New Issue
Block a user