diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-09-21 18:00:08 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-09-25 12:29:19 +0200 |
commit | 2c61db30b737685ae9102ec10f2371778fb13f1a (patch) | |
tree | eb5d963e6c0609cf7371ab0d1625e4dd03359f4b /app/config/config.yml | |
parent | 59201088b4fc13fd361238396f630dabd9bd1990 (diff) | |
download | wallabag-2c61db30b737685ae9102ec10f2371778fb13f1a.tar.gz wallabag-2c61db30b737685ae9102ec10f2371778fb13f1a.tar.zst wallabag-2c61db30b737685ae9102ec10f2371778fb13f1a.zip |
cs & fixes
Diffstat (limited to 'app/config/config.yml')
-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 | ||