Files
archived-recipes-contrib/manojx/encrypter-bundle/1.0/manifest.json
Manoj Kumar d47b4ed0f1 Add Encrypter Bundle recipes (#1685)
* Add Encrypter Bundle recipes

* fix: indentation

* Add comment in yaml

* Update comment

* Update comment

* Remove comment from yaml
2024-10-06 11:32:38 +02:00

12 lines
226 B
JSON

{
"bundles": {
"ManojX\\EncrypterBundle\\EncrypterBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"ENCRYPTER_SECRET": "your_secret_key_here"
}
}