diff options
Diffstat (limited to 'app')
-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 cfb0d54d..b5d82ed9 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -236,6 +236,11 @@ old_sound_rabbit_mq: | |||
236 | exchange_options: | 236 | exchange_options: |
237 | name: 'wallabag.import.readability' | 237 | name: 'wallabag.import.readability' |
238 | type: topic | 238 | type: topic |
239 | import_instapaper: | ||
240 | connection: default | ||
241 | exchange_options: | ||
242 | name: 'wallabag.import.instapaper' | ||
243 | type: topic | ||
239 | import_wallabag_v1: | 244 | import_wallabag_v1: |
240 | connection: default | 245 | connection: default |
241 | exchange_options: | 246 | exchange_options: |
@@ -273,6 +278,14 @@ old_sound_rabbit_mq: | |||
273 | queue_options: | 278 | queue_options: |
274 | name: 'wallabag.import.readability' | 279 | name: 'wallabag.import.readability' |
275 | callback: wallabag_import.consumer.amqp.readability | 280 | callback: wallabag_import.consumer.amqp.readability |
281 | import_instapaper: | ||
282 | connection: default | ||
283 | exchange_options: | ||
284 | name: 'wallabag.import.instapaper' | ||
285 | type: topic | ||
286 | queue_options: | ||
287 | name: 'wallabag.import.instapaper' | ||
288 | callback: wallabag_import.consumer.amqp.instapaper | ||
276 | import_wallabag_v1: | 289 | import_wallabag_v1: |
277 | connection: default | 290 | connection: default |
278 | exchange_options: | 291 | exchange_options: |