Add SpecShaperEncrypt recipe (#1487)

* Create manifest.json

* Create manifest.json

* Delete manifest.json

* Create spec_shaper_encrypt.yaml

* Update spec_shaper_encrypt.yaml

* Update spec_shaper_encrypt.yaml

* Update manifest.json
This commit is contained in:
Mark Ogilvie
2023-02-22 15:40:18 +00:00
committed by GitHub
parent 4deb156de1
commit 70179f0292
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
spec_shaper_encrypt:
encrypt_key: '%env(SPEC_SHAPER_ENCRYPT_KEY)%'

View File

@@ -0,0 +1,11 @@
{
"bundles": {
"SpecShaper\\EncryptBundle\\SpecShaperEncryptBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"SPEC_SHAPER_ENCRYPT_KEY": "change_me"
}
}