mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Merge pull request #1355 from CedrickOka/features/coka/doctrine-encrypt-bundle
Added recipes for coka/doctrine-encrypt-bundle
This commit is contained in:
@@ -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)%"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user