Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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