Skip to content

Commit

Permalink
updating README with new http_client options
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Dec 31, 2018
1 parent 5ae6804 commit 32e5e15
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,14 @@ any provider.
# app/config/config.yml
knpu_oauth2_client:
# can be set to the service id of a service that implements Guzzle\ClientInterface
http_client: null
# http_client: null
# options to configure the default http client
# http_client_options
# timeout: 0
# proxy: null
# Use only with proxy option set
# verify: false
clients:
# will create service: "knpu.oauth2.client.amazon"
Expand Down
9 changes: 8 additions & 1 deletion bin/update_readme
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,14 @@ any provider.
# app/config/config.yml
knpu_oauth2_client:
# can be set to the service id of a service that implements Guzzle\ClientInterface
http_client: null
# http_client: null
# options to configure the default http client
# http_client_options
# timeout: 0
# proxy: null
# Use only with proxy option set
# verify: false
clients:
%PROVIDERS_ENTRIES%
Expand Down

0 comments on commit 32e5e15

Please sign in to comment.