mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
reverted some changes based on PR comments
This commit is contained in:
@@ -2,13 +2,10 @@
|
||||
# A full list of configuration options can be found here:
|
||||
# https://github.com/8p/EightPointsGuzzleBundle/blob/master/src/Resources/doc/configuration-reference.md
|
||||
eight_points_guzzle:
|
||||
# (de)activate logging/profiler; default: %kernel.debug%
|
||||
# logging: true
|
||||
|
||||
clients:
|
||||
my_client:
|
||||
# Write here the host where to do requests
|
||||
# base_url: "http://target.url"
|
||||
# base_url: "http://target.url"
|
||||
|
||||
# Request options: http://docs.guzzlephp.org/en/stable/request-options.html
|
||||
options:
|
||||
@@ -26,10 +23,3 @@ eight_points_guzzle:
|
||||
# Find plugins here:
|
||||
# https://github.com/8p/EightPointsGuzzleBundle#known-and-supported-plugins
|
||||
plugin: ~
|
||||
# https://github.com/gregurco/GuzzleBundleOAuth2Plugin
|
||||
# oauth2:
|
||||
# base_uri: "https://example.com"
|
||||
# token_url: "/oauth/token"
|
||||
# client_id: "test-client-id"
|
||||
# client_secret: "test-client-secret" # optional
|
||||
# scope: "administration"
|
||||
|
||||
Reference in New Issue
Block a user