Skip to content

Commit

Permalink
minor #673 Documentation: fix wrong parameter name (sylvainraye)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------

Replace sylius_api.security.regex with `sylius_shop_api.security.regex`

Commits
-------

bae28fa Documentation: fix wrong parameter name
  • Loading branch information
mamazu authored Aug 31, 2020
2 parents 87c2d9c + bae28fa commit 0cd451b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The latest documentation is available [here](https://app.swaggerhub.com/apis/Syl
```
5. Configure firewall
1. Change `sylius.security.shop_regex` parameter to exclude `shop-api` prefix also
2. Add ShopAPI regex parameter `shop_api.security.regex: "^/shop-api"`
2. Add ShopAPI regex parameter `sylius_shop_api.security.regex: "^/shop-api"`
3. Add ShopAPI firewall config:
```yml
# config/packages/security.yaml
Expand Down

0 comments on commit 0cd451b

Please sign in to comment.