Files
symfony-flex-recipes-contrib/ablaise.meteion-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] beb79d1ad1 Update Flex endpoint
2022-07-08 11:46:49 +00:00

32 lines
937 B
JSON

{
"manifests": {
"ablaise/meteion-bundle": {
"manifest": {
"bundles": {
"MeteionBundle\\MeteionBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"METEION_RAWEXD_PATH": "/path/to/rawexd"
}
},
"files": {
"config/packages/meteion.yaml": {
"contents": [
"meteion:",
" dbal_connection: 'default'",
" rawexd_path: '%env(METEION_RAWEXD_PATH)%'",
""
],
"executable": false
}
},
"ref": "ac447e5420ce872d2bf5b49801c9956fb5688b5a"
}
}
}