diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-11-04 22:44:31 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-11-04 22:44:31 +0100 |
commit | 9ab024b4f5388e2a41c50a8a2b79e4033788782a (patch) | |
tree | ae01ddb121b5037aae89e892d1b971208b5108dd /app/config/config.yml | |
parent | b5571b52ccbc11d71637e1ccb07421cf606ac846 (diff) | |
download | wallabag-9ab024b4f5388e2a41c50a8a2b79e4033788782a.tar.gz wallabag-9ab024b4f5388e2a41c50a8a2b79e4033788782a.tar.zst wallabag-9ab024b4f5388e2a41c50a8a2b79e4033788782a.zip |
Add Pinboard import
Diffstat (limited to 'app/config/config.yml')
-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: |