We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96c1d7c + 66c48fb commit 5f28aa0Copy full SHA for 5f28aa0
guides/configure-httplug.rst
@@ -52,13 +52,13 @@ and a PSR-6 cache pool.
52
default_ttl: 94608000 # three years
53
respect_cache_headers: false # We cache no matter what the server says
54
clients:
55
- translator_client:
+ translator:
56
factory: 'httplug.factory.guzzle6'
57
plugins: ['httplug.plugin.cache', 'httplug.plugin.logger']
58
59
translation:
60
# ...
61
- http_client: 'httplug.client.translator_client'
+ http_client: 'httplug.client.translator'
62
fallback_translation:
63
service: 'google' # 'yandex' is available as an alternative
64
api_key: 'foobar'
0 commit comments