Files
symfony-flex-recipes-contrib/specshaper.encrypt-bundle.3.0.json
github-action[bot]andgithub-action[bot] 53fe94a896 Update Flex endpoint
2023-02-22 15:40:37 +00:00

31 lines
930 B
JSON

{
"manifests": {
"specshaper/encrypt-bundle": {
"manifest": {
"bundles": {
"SpecShaper\\EncryptBundle\\SpecShaperEncryptBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"SPEC_SHAPER_ENCRYPT_KEY": "change_me"
}
},
"files": {
"config/packages/spec_shaper_encrypt.yaml": {
"contents": [
"spec_shaper_encrypt:",
" encrypt_key: '%env(SPEC_SHAPER_ENCRYPT_KEY)%'",
""
],
"executable": false
}
},
"ref": "d1ec011551c79df51dded42f6a74073fb5f67f10"
}
}
}