mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
* Add Encrypter Bundle recipes * fix: indentation * Add comment in yaml * Update comment * Update comment * Remove comment from yaml
12 lines
226 B
JSON
12 lines
226 B
JSON
{
|
|
"bundles": {
|
|
"ManojX\\EncrypterBundle\\EncrypterBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"ENCRYPTER_SECRET": "your_secret_key_here"
|
|
}
|
|
}
|