Files
symfony-flex-recipes-contrib/coka.file-bundle.3.0.json
T
github-action botandgithub-action bot af31901ef8 Update Flex endpoint
2021-09-20 16:15:05 +00:00

43 lines
1.5 KiB
JSON

{
"locks": {
"coka/file-bundle": {
"version": "3.0",
"recipe": {
"repo": "3.0",
"branch": "master",
"version": "3.0",
"ref": "1059eecc938bf1db6630edc8b2355c64032f2153"
}
}
},
"manifests": {
"coka/file-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "coka/file-bundle",
"version": "3.0",
"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:\n db_driver: orm\n storage:\n root_path: '%env(resolve:OKAFILE_STORAGE_ROOT_PATH)%'\n webserver:\n host: '%env(resolve:OKAFILE_STORAGE_WEB_SERVER_HOST)%'\n",
"executable": false,
"encoding": ""
}
},
"origin": "coka/file-bundle:3.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}