Skip to content

Commit

Permalink
Added information about add_path using to symfony-full-configuration.…
Browse files Browse the repository at this point in the history
  • Loading branch information
enekochan authored and dbu committed Mar 8, 2018
1 parent e5e4e0c commit 30e5809
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integrations/symfony-full-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ 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
- add_path:
# Path to be added, e.g. /api/v1
path: /api/v1 # Required
- 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
Expand Down

0 comments on commit 30e5809

Please sign in to comment.