aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config.yml
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-09-26 14:47:02 +0200
committerGitHub <noreply@github.com>2016-09-26 14:47:02 +0200
commitd6de23a100221ae1afaa92a58af17a17d0c6614e (patch)
treebd105198c75ea6b8e5d37a80a9f0135942a1c5eb /app/config/config.yml
parent7e98ad962680fac17b3b90ae34b9c6e5afe7636f (diff)
parentfefef9d41b4d1bd9efbd49011159bae70bf67528 (diff)
downloadwallabag-d6de23a100221ae1afaa92a58af17a17d0c6614e.tar.gz
wallabag-d6de23a100221ae1afaa92a58af17a17d0c6614e.tar.zst
wallabag-d6de23a100221ae1afaa92a58af17a17d0c6614e.zip
Merge pull request #2192 from wallabag/import-browser-bookmarks
Import Firefox & Chrome bookmarks into wallabag
Diffstat (limited to 'app/config/config.yml')
-rw-r--r--app/config/config.yml26
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