[func] add PiouPiou RibsCronBundle

This commit is contained in:
Piou-piou
2019-10-12 20:51:29 +02:00
parent 1c443315d6
commit 03079698ac
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,3 @@
parameters:
data_directory: '%kernel.project_dir%/data/'
ribs_cron:
@@ -0,0 +1,12 @@
{
"bundles": {
"PiouPiou\\RibsCronBundle\\RibsCronBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"IP_CRON_EXTERNAL": "",
"IP_CRON_INTERNAL": "127.0.0.1"
}
}