mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
13 lines
205 B
JSON
13 lines
205 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"etc/": "%ETC_DIR%/",
|
|
"var/": "%VAR_DIR%"
|
|
},
|
|
"env": {
|
|
"ENQUEUE_FS_STORAGE": "%VAR%/queue"
|
|
},
|
|
"gitignore": [
|
|
"/var/queue"
|
|
]
|
|
}
|