Files
symfony-flex-recipes-contrib/manojx.encrypter-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] b593916a92 Update Flex endpoint
2024-10-06 09:32:53 +00:00

31 lines
890 B
JSON

{
"manifests": {
"manojx/encrypter-bundle": {
"manifest": {
"bundles": {
"ManojX\\EncrypterBundle\\EncrypterBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"ENCRYPTER_SECRET": "your_secret_key_here"
}
},
"files": {
"config/packages/encrypter.yaml": {
"contents": [
"encrypter:",
" secret: '%env(ENCRYPTER_SECRET)%'",
""
],
"executable": false
}
},
"ref": "27e9822d6df581f770838f4d4f447fffbfcba4ff"
}
}
}