mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
Remove dev config for eightpoints/guzzle-bundle and add client in main config
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
eight_points_guzzle:
|
||||
logging: true
|
||||
@@ -1,2 +1,14 @@
|
||||
eight_points_guzzle:
|
||||
clients: ~
|
||||
clients:
|
||||
api_payment:
|
||||
base_url: "http://api.domain.tld"
|
||||
|
||||
options:
|
||||
timeout: 30
|
||||
|
||||
headers:
|
||||
Accept: "application/json"
|
||||
|
||||
# Find plugins here:
|
||||
# https://github.com/8p/EightPointsGuzzleBundle#known-and-supported-plugins
|
||||
plugin: ~
|
||||
|
||||
Reference in New Issue
Block a user