docs: update deployment example
This commit is contained in:
@@ -241,7 +241,7 @@ middlewares:
|
|||||||
userCountryId: X-Auth-UserCountryId
|
userCountryId: X-Auth-UserCountryId
|
||||||
# In case you want to get headers from the Authentication service and inject them to the next request's params
|
# In case you want to get headers from the Authentication service and inject them to the next request's params
|
||||||
params:
|
params:
|
||||||
auth_userCountryId: countryId
|
userCountryId: countryId
|
||||||
```
|
```
|
||||||
|
|
||||||
## Requirement
|
## Requirement
|
||||||
|
|||||||
2
goma.yml
2
goma.yml
@@ -135,4 +135,4 @@ middlewares:
|
|||||||
userCountryId: X-Auth-UserCountryId
|
userCountryId: X-Auth-UserCountryId
|
||||||
# In case you want to get headers from the Authentication service and inject them to the next request's params
|
# In case you want to get headers from the Authentication service and inject them to the next request's params
|
||||||
params:
|
params:
|
||||||
auth_userCountryId: countryId
|
userCountryId: countryId
|
||||||
Reference in New Issue
Block a user