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
### `frosh:monitor` - Monitor your scheduled tasks and queue with this command and get notified via email.
119
68
```bash
120
69
bin/console frosh:monitor <sales-channel-id>
@@ -131,44 +80,6 @@ frosh_tools:
131
80
- vendor/shopware/core/SecondFile.php
132
81
```
133
82
134
-
## Override system_config with config files
135
-
136
-
```yaml
137
-
# config/packages/frosh_tools.yaml
138
-
frosh_tools:
139
-
system_config:
140
-
default:
141
-
core.listing.allowBuyInListing: true
142
-
```
143
-
144
-
The key `default` is the sales channel scope, default is `null` which is the global scope. You can specify a specific salesChannelId to overwrite the value
145
-
146
-
```yaml
147
-
# config/packages/frosh_tools.yaml
148
-
frosh_tools:
149
-
system_config:
150
-
default:
151
-
core.listing.allowBuyInListing: true
152
-
# Disable it for the specific sales channel
153
-
0188da12724970b9b4a708298259b171:
154
-
core.listing.allowBuyInListing: false
155
-
```
156
-
157
-
As it is a normal Symfony config, you can of course use also environment variables
0 commit comments