You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
services:
_defaults:
bind:
# pass this value to any adminEmail argument for any service# that's defined in this file (including controller arguments)adminEmail: '[email protected]'# also if is coming from environment variablessomeParameter: '%env(SOME_PARAMETER)%'
Bind keyword to bind specific arguments by name or type:
or in pure js or typescript
or in yaml
Then you can use it it that way
The text was updated successfully, but these errors were encountered: