From 2731657dfba14828cce8ba74f07d1f84e31b10b0 Mon Sep 17 00:00:00 2001 From: Florian Preusner Date: Sat, 13 Oct 2018 21:05:35 +0200 Subject: [PATCH] reverted some changes based on PR comments --- .../7.0/config/packages/eight_points_guzzle.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/eightpoints/guzzle-bundle/7.0/config/packages/eight_points_guzzle.yaml b/eightpoints/guzzle-bundle/7.0/config/packages/eight_points_guzzle.yaml index 5f545974..aa71cd83 100644 --- a/eightpoints/guzzle-bundle/7.0/config/packages/eight_points_guzzle.yaml +++ b/eightpoints/guzzle-bundle/7.0/config/packages/eight_points_guzzle.yaml @@ -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"