From 923dbe241e77af630e8da2260d821ef00a39bee7 Mon Sep 17 00:00:00 2001 From: llaakkkk Date: Sun, 11 Feb 2018 21:47:11 +0200 Subject: [PATCH] Added information about base_uri using to symfony-full-configuration.rst --- integrations/symfony-full-configuration.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/integrations/symfony-full-configuration.rst b/integrations/symfony-full-configuration.rst index d48501c..f2091f1 100644 --- a/integrations/symfony-full-configuration.rst +++ b/integrations/symfony-full-configuration.rst @@ -90,6 +90,11 @@ This page shows an example of all configuration values provided by the bundle. host: http://localhost:80 # Required # Whether to replace the host if request already specifies it replace: false + - base_uri: + # Base Uri including protocol, optionally the port number and prepend path, e.g. https://api.local:8000/api + uri: http://localhost:80 # Required + # Whether to replace the host if request already specifies one + replace: false # Append headers to the request. If the header already exists the value will be appended to the current value. - header_append: # Keys are the header names, values the header values