diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2019-11-07 12:17:01 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-11-15 16:08:36 +0100 |
commit | 958e77e6a7c779de11f0f070b70c861c246a959f (patch) | |
tree | 02717c536865a32983017faf5ec195f0e7148fc9 /app | |
parent | 3c5aa05311d057c8fed83f085e6fb6ecc874fca4 (diff) | |
download | wallabag-958e77e6a7c779de11f0f070b70c861c246a959f.tar.gz wallabag-958e77e6a7c779de11f0f070b70c861c246a959f.tar.zst wallabag-958e77e6a7c779de11f0f070b70c861c246a959f.zip |
Added elCurator import
Diffstat (limited to 'app')
-rw-r--r-- | app/config/config.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 642e198d..0b325afe 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -261,6 +261,11 @@ old_sound_rabbit_mq: | |||
261 | exchange_options: | 261 | exchange_options: |
262 | name: 'wallabag.import.wallabag_v2' | 262 | name: 'wallabag.import.wallabag_v2' |
263 | type: topic | 263 | type: topic |
264 | import_elcurator: | ||
265 | connection: default | ||
266 | exchange_options: | ||
267 | name: 'wallabag.import.elcurator' | ||
268 | type: topic | ||
264 | import_firefox: | 269 | import_firefox: |
265 | connection: default | 270 | connection: default |
266 | exchange_options: | 271 | exchange_options: |
@@ -326,6 +331,15 @@ old_sound_rabbit_mq: | |||
326 | name: 'wallabag.import.wallabag_v2' | 331 | name: 'wallabag.import.wallabag_v2' |
327 | callback: wallabag_import.consumer.amqp.wallabag_v2 | 332 | callback: wallabag_import.consumer.amqp.wallabag_v2 |
328 | qos_options: {prefetch_count: "%rabbitmq_prefetch_count%"} | 333 | qos_options: {prefetch_count: "%rabbitmq_prefetch_count%"} |
334 | import_elcurator: | ||
335 | connection: default | ||
336 | exchange_options: | ||
337 | name: 'wallabag.import.elcurator' | ||
338 | type: topic | ||
339 | queue_options: | ||
340 | name: 'wallabag.import.elcurator' | ||
341 | callback: wallabag_import.consumer.amqp.elcurator | ||
342 | qos_options: {prefetch_count: "%rabbitmq_prefetch_count%"} | ||
329 | import_firefox: | 343 | import_firefox: |
330 | connection: default | 344 | connection: default |
331 | exchange_options: | 345 | exchange_options: |