mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Add Encrypter Bundle recipes (#1685)
* Add Encrypter Bundle recipes * fix: indentation * Add comment in yaml * Update comment * Update comment * Remove comment from yaml
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
encrypter:
|
||||
secret: '%env(ENCRYPTER_SECRET)%'
|
||||
11
manojx/encrypter-bundle/1.0/manifest.json
Normal file
11
manojx/encrypter-bundle/1.0/manifest.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"bundles": {
|
||||
"ManojX\\EncrypterBundle\\EncrypterBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"ENCRYPTER_SECRET": "your_secret_key_here"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user