Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-12-20 12:43:50 +00:00
parent be6fec332c
commit f55316df3d
2 changed files with 32 additions and 2 deletions
@@ -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"
}
}
}
+2 -2
View File
@@ -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"
}
}
}