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

31 lines
924 B
JSON

{
"manifests": {
"tilleuls/url-signer-bundle": {
"manifest": {
"bundles": {
"CoopTilleuls\\UrlSignerBundle\\CoopTilleulsUrlSignerBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"SIGNATURE_KEY": "change_me"
}
},
"files": {
"config/packages/url_signer.yaml": {
"contents": [
"coop_tilleuls_url_signer:",
" signature_key: '%env(string:SIGNATURE_KEY)%'",
""
],
"executable": false
}
},
"ref": "20cec2e3050fe3d40d514b8c46ac934ab1f0580e"
}
}
}