Files
symfony-flex-recipes-contrib/jmose/command-scheduler-bundle/2.0/config/packages/scheduler.yaml
T
j.guyon 6201b89685 Add a link to the full configuration
Remove optional configuration
Add post-install.txt
2018-02-21 12:10:59 +01:00

20 lines
561 B
YAML

# See full configuration at
# https://github.com/J-Mose/CommandSchedulerBundle/blob/master/Resources/doc/index.md#4---available-configuration
jmose_command_scheduler:
# Scheduler will write output files here. set false to disable it.
log_path: "%kernel.logs_dir%"
# Add namespace you don't want to see its Command in the scheduler.
excluded_command_namespaces:
- _global
- scheduler
- server
- container
- config
- generate
- init
- router
- doctrine
- debug