mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
10 lines
160 B
JSON
10 lines
160 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"etc/": "%ETC_DIR%/",
|
|
"var/": "%VAR_DIR%"
|
|
},
|
|
"env": {
|
|
"ENQUEUE_FS_DSN": "%VAR_DIR%/enqueue"
|
|
}
|
|
}
|