Files
symfony-flex-recipes-contrib/makasim.yadm-bundle.0.2.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

31 lines
871 B
JSON

{
"manifests": {
"makasim/yadm-bundle": {
"manifest": {
"bundles": {
"Makasim\\Yadm\\Bundle\\YadmBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MONGO_DSN": "mongodb://localhost:27017/db_name"
}
},
"files": {
"config/packages/yadm.yaml": {
"contents": [
"yadm:",
" mongo_uri: '%env(MONGO_DSN)%'",
""
],
"executable": false
}
},
"ref": "b9beaba0be1887e3c127e660d179d9939687c984"
}
}
}