mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
indentation with 4 blanks
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
# see https://github.com/lexik/LexikCronFileGeneratorBundle/blob/master/Resources/doc/index.md
|
# see https://github.com/lexik/LexikCronFileGeneratorBundle/blob/master/Resources/doc/index.md
|
||||||
lexik_cron_file_generator:
|
lexik_cron_file_generator:
|
||||||
env_available: # declare your env availables
|
env_available: # declare your env availables
|
||||||
- staging # example: staging, prod
|
- staging # example: staging, prod
|
||||||
user:
|
user:
|
||||||
staging: 'project_staging' # user for execute the cron
|
staging: 'project_staging' # user for execute the cron
|
||||||
php_version: 'php7.2'
|
php_version: 'php7.2'
|
||||||
absolute_path:
|
absolute_path:
|
||||||
staging: 'project_dir/bin/console'
|
staging: 'project_dir/bin/console'
|
||||||
output_path: '%kernel.cache_dir%/cron_test' # filename will be cron_test
|
output_path: '%kernel.cache_dir%/cron_test' # filename will be cron_test
|
||||||
# crons configuration is optional but you need at least one for execute the command
|
# crons configuration is optional but you need at least one for execute the command
|
||||||
# crons:
|
# crons:
|
||||||
# - { name: 'Send email', command: 'app:test', env: { staging: '* * * * *', prod: '* 5 * * *' } }
|
# - { name: 'Send email', command: 'app:test', env: { staging: '* * * * *', prod: '* 5 * * *' } }
|
||||||
|
|||||||
Reference in New Issue
Block a user