diff options
author | adev <adev2000@gmail.com> | 2017-10-24 22:55:40 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-05-28 11:40:41 +0200 |
commit | bf9ace0643f654e7ccd9c020b8b501ad56cd19de (patch) | |
tree | 4ff47ca915eb326307127b1b4caf69beda4036e3 /app/config | |
parent | 92a66835624acf6fd14f5adc5f8aab399658592e (diff) | |
download | wallabag-bf9ace0643f654e7ccd9c020b8b501ad56cd19de.tar.gz wallabag-bf9ace0643f654e7ccd9c020b8b501ad56cd19de.tar.zst wallabag-bf9ace0643f654e7ccd9c020b8b501ad56cd19de.zip |
Use httplug
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/config.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 078f277a..309945c5 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -370,3 +370,22 @@ jms_serializer: | |||
370 | sensio_framework_extra: | 370 | sensio_framework_extra: |
371 | router: | 371 | router: |
372 | annotations: false | 372 | annotations: false |
373 | |||
374 | httplug: | ||
375 | clients: | ||
376 | wallabag_core: | ||
377 | factory: 'wallabag_core.http_client_factory' | ||
378 | plugins: ['httplug.plugin.logger'] | ||
379 | wallabag_core.entry.download_images: | ||
380 | factory: 'httplug.factory.auto' | ||
381 | plugins: ['httplug.plugin.logger'] | ||
382 | wallabag_import.pocket.client: | ||
383 | factory: 'httplug.factory.auto' | ||
384 | plugins: | ||
385 | - 'httplug.plugin.logger' | ||
386 | - header_defaults: | ||
387 | headers: | ||
388 | 'content-type': 'application/json' | ||
389 | 'X-Accept': 'application/json' | ||
390 | discovery: | ||
391 | client: false | ||