mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"manifests": {
|
|
"coka/file-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Oka\\FileBundle\\OkaFileBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"OKAFILE_STORAGE_ROOT_PATH": "%kernel.project_dir%/public",
|
|
"OKAFILE_STORAGE_WEB_SERVER_HOST": "localhost"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/oka_file.yaml": {
|
|
"contents": [
|
|
"oka_file:",
|
|
" db_driver: orm",
|
|
" storage:",
|
|
" root_path: '%env(resolve:OKAFILE_STORAGE_ROOT_PATH)%'",
|
|
" webserver:",
|
|
" host: '%env(resolve:OKAFILE_STORAGE_WEB_SERVER_HOST)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "1059eecc938bf1db6630edc8b2355c64032f2153"
|
|
}
|
|
}
|
|
}
|