mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
31 lines
930 B
JSON
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"
|
|
}
|
|
}
|
|
}
|