diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/config/config.yml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 7ee0cfb8..a4584a1b 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -246,6 +246,16 @@ old_sound_rabbit_mq: | |||
246 | exchange_options: | 246 | exchange_options: |
247 | name: 'wallabag.import.wallabag_v2' | 247 | name: 'wallabag.import.wallabag_v2' |
248 | type: topic | 248 | type: topic |
249 | import_firefox: | ||
250 | connection: default | ||
251 | exchange_options: | ||
252 | name: 'wallabag.import.firefox' | ||
253 | type: topic | ||
254 | import_chrome: | ||
255 | connection: default | ||
256 | exchange_options: | ||
257 | name: 'wallabag.import.chrome' | ||
258 | type: topic | ||
249 | consumers: | 259 | consumers: |
250 | import_pocket: | 260 | import_pocket: |
251 | connection: default | 261 | connection: default |
@@ -279,3 +289,19 @@ old_sound_rabbit_mq: | |||
279 | queue_options: | 289 | queue_options: |
280 | name: 'wallabag.import.wallabag_v2' | 290 | name: 'wallabag.import.wallabag_v2' |
281 | callback: wallabag_import.consumer.amqp.wallabag_v2 | 291 | callback: wallabag_import.consumer.amqp.wallabag_v2 |
292 | import_firefox: | ||
293 | connection: default | ||
294 | exchange_options: | ||
295 | name: 'wallabag.import.firefox' | ||
296 | type: topic | ||
297 | queue_options: | ||
298 | name: 'wallabag.import.firefox' | ||
299 | callback: wallabag_import.consumer.amqp.firefox | ||
300 | import_chrome: | ||
301 | connection: default | ||
302 | exchange_options: | ||
303 | name: 'wallabag.import.chrome' | ||
304 | type: topic | ||
305 | queue_options: | ||
306 | name: 'wallabag.import.chrome' | ||
307 | callback: wallabag_import.consumer.amqp.chrome | ||