forked from wallabag/wallabag
The structure changed completely. Bundles are gone. Everything is flatten in the folder `src`. I separated import & api controllers to avoid _pollution_ in the main controller folder.
22 lines
723 B
YAML
22 lines
723 B
YAML
httplug:
|
|
clients:
|
|
wallabag_core:
|
|
factory: App\Helper\HttpClientFactory
|
|
config:
|
|
defaults:
|
|
timeout: 10
|
|
plugins: ['httplug.plugin.logger']
|
|
wallabag_core.entry.download_images:
|
|
factory: 'httplug.factory.auto'
|
|
plugins: ['httplug.plugin.logger']
|
|
wallabag_import.pocket.client:
|
|
factory: 'httplug.factory.auto'
|
|
plugins:
|
|
- 'httplug.plugin.logger'
|
|
- header_defaults:
|
|
headers:
|
|
'content-type': 'application/json'
|
|
'X-Accept': 'application/json'
|
|
discovery:
|
|
client: false
|