Files
symfony-flex-recipes-contrib/coka.file-bundle.3.0.json
T
github-action botandgithub-action bot 030c77cfa8 Update Flex endpoint
2021-09-22 13:12:29 +00:00

35 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"
}
}
}