Skip to content
Merged
Changes from 1 commit
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
5 changes: 5 additions & 0 deletions integrations/symfony-full-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
- add_path:
# Path to be added, e.g. /api/v1
path: /api/v1 # Required
# Whether to replace the path if request already specifies it
replace: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think the replace part makes no sense for paths, as per discussion in the feature. can you remove this please?

- 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