diff options
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/config.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 7f24244d..ff0f5a0b 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -266,6 +266,11 @@ old_sound_rabbit_mq: | |||
266 | exchange_options: | 266 | exchange_options: |
267 | name: 'wallabag.import.readability' | 267 | name: 'wallabag.import.readability' |
268 | type: topic | 268 | type: topic |
269 | import_pinboard: | ||
270 | connection: default | ||
271 | exchange_options: | ||
272 | name: 'wallabag.import.pinboard' | ||
273 | type: topic | ||
269 | import_instapaper: | 274 | import_instapaper: |
270 | connection: default | 275 | connection: default |
271 | exchange_options: | 276 | exchange_options: |
@@ -316,6 +321,14 @@ old_sound_rabbit_mq: | |||
316 | queue_options: | 321 | queue_options: |
317 | name: 'wallabag.import.instapaper' | 322 | name: 'wallabag.import.instapaper' |
318 | callback: wallabag_import.consumer.amqp.instapaper | 323 | callback: wallabag_import.consumer.amqp.instapaper |
324 | import_pinboard: | ||
325 | connection: default | ||
326 | exchange_options: | ||
327 | name: 'wallabag.import.pinboard' | ||
328 | type: topic | ||
329 | queue_options: | ||
330 | name: 'wallabag.import.pinboard' | ||
331 | callback: wallabag_import.consumer.amqp.pinboard | ||
319 | import_wallabag_v1: | 332 | import_wallabag_v1: |
320 | connection: default | 333 | connection: default |
321 | exchange_options: | 334 | exchange_options: |