Merge pull request #1355 from CedrickOka/features/coka/doctrine-encrypt-bundle

Added recipes for coka/doctrine-encrypt-bundle
This commit is contained in:
Fabien Potencier
2022-12-15 08:22:30 +01:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,2 @@
oka_doctrine_encrypt:
secret: '%env(OKA_DOCTRINE_ENCRYPT_SECRET)%'
@@ -0,0 +1,11 @@
{
"bundles": {
"Oka\\Doctrine\\EncryptBundle\\OkaDoctrineEncryptBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"OKA_DOCTRINE_ENCRYPT_SECRET": "%generate(secret)%%generate(secret)%"
}
}