]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #2548 from wallabag/pinboard
authorJeremy Benoist <j0k3r@users.noreply.github.com>
Tue, 8 Nov 2016 13:19:40 +0000 (14:19 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Nov 2016 13:19:40 +0000 (14:19 +0100)
Add Pinboard import

1  2 
app/config/config.yml

diff --combined app/config/config.yml
index 0dc5809a8e81a101dc4021f5ec53bf9fb17a549c,ff0f5a0b28fed4f11dd51838e0ad3c19af0942c6..168634cfe7ee009c2c3b40fc504a2362e1fa783d
@@@ -236,6 -236,16 +236,6 @@@ kphoen_rulerz
      executors:
          doctrine: true
  
 -lexik_maintenance:
 -    authorized:
 -        ips: ['127.0.0.1']
 -    driver:
 -        ttl: 3600
 -        class: 'Lexik\Bundle\MaintenanceBundle\Drivers\DatabaseDriver'
 -    response:
 -        code: 503
 -        status: "wallabag Service Temporarily Unavailable"
 -
  old_sound_rabbit_mq:
      connections:
          default:
              exchange_options:
                  name: 'wallabag.import.readability'
                  type: topic
+         import_pinboard:
+             connection: default
+             exchange_options:
+                 name: 'wallabag.import.pinboard'
+                 type: topic
          import_instapaper:
              connection: default
              exchange_options:
              queue_options:
                  name: 'wallabag.import.instapaper'
              callback: wallabag_import.consumer.amqp.instapaper
+         import_pinboard:
+             connection: default
+             exchange_options:
+                 name: 'wallabag.import.pinboard'
+                 type: topic
+             queue_options:
+                 name: 'wallabag.import.pinboard'
+             callback: wallabag_import.consumer.amqp.pinboard
          import_wallabag_v1:
              connection: default
              exchange_options: