mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 04:16:24 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"manifests": {
|
||||
"coka/doctrine-encrypt-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Oka\\Doctrine\\EncryptBundle\\OkaDoctrineEncryptBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"OKA_DOCTRINE_ENCRYPT_SECRET": "%generate(secret)%"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/oka_doctrine_encrypt.yaml": {
|
||||
"contents": [
|
||||
"oka_doctrine_encrypt:",
|
||||
" secret: '%env(OKA_DOCTRINE_ENCRYPT_SECRET)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "2ff1c3621a1d12dff8d9f44775d4015c7ea85f8b"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"OKA_DOCTRINE_ENCRYPT_SECRET": "%generate(secret)%%generate(secret)%"
|
||||
"OKA_DOCTRINE_ENCRYPT_SECRET": "%generate(secret)%"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
@@ -24,7 +24,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "1a443855ed8653db898d5ceeabaf16a339cf4342"
|
||||
"ref": "2ff1c3621a1d12dff8d9f44775d4015c7ea85f8b"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user