Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-10-06 09:32:53 +00:00
parent 99c3f7e1a6
commit b593916a92
4 changed files with 64 additions and 0 deletions
+1
View File
@@ -337,6 +337,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [makasim/yadm-bundle](https://packagist.org/packages/makasim/yadm-bundle) | [0.2](makasim/yadm-bundle/0.2) |
| [maksze/telemetry-bundle](https://packagist.org/packages/maksze/telemetry-bundle) | [0.4](maksze/telemetry-bundle/0.4) |
| [mangati/zenvia-notifier](https://packagist.org/packages/mangati/zenvia-notifier) | [1.0](mangati/zenvia-notifier/1.0) |
| [manojx/encrypter-bundle](https://packagist.org/packages/manojx/encrypter-bundle) | [1.0](manojx/encrypter-bundle/1.0) |
| [mapado/rest-client-sdk-bundle](https://packagist.org/packages/mapado/rest-client-sdk-bundle) | [0.24](mapado/rest-client-sdk-bundle/0.24) |
| [maps_red/ticketing-bundle](https://packagist.org/packages/maps_red/ticketing-bundle) | [0.6](maps_red/ticketing-bundle/0.6) |
| [mbarbey/u2f-security-bundle](https://packagist.org/packages/mbarbey/u2f-security-bundle) | [1.0](mbarbey/u2f-security-bundle/1.0) |
@@ -0,0 +1,30 @@
{
"manifests": {
"manojx/encrypter-bundle": {
"manifest": {
"bundles": {
"ManojX\\EncrypterBundle\\EncrypterBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"ENCRYPTER_SECRET": "your_secret_key_here"
}
},
"files": {
"config/packages/encrypter.yaml": {
"contents": [
"encrypter:",
" secret: '%env(ENCRYPTER_SECRET)%'",
""
],
"executable": false
}
},
"ref": "27e9822d6df581f770838f4d4f447fffbfcba4ff"
}
}
}
+3
View File
@@ -1060,6 +1060,9 @@
"mangati/zenvia-notifier": [
"1.0"
],
"manojx/encrypter-bundle": [
"1.0"
],
"mapado/rest-client-sdk-bundle": [
"0.24"
],
+30
View File
@@ -0,0 +1,30 @@
{
"manifests": {
"manojx/encrypter-bundle": {
"manifest": {
"bundles": {
"ManojX\\EncrypterBundle\\EncrypterBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"ENCRYPTER_SECRET": "your_secret_key_here"
}
},
"files": {
"config/packages/encrypter.yaml": {
"contents": [
"encrypter:",
" secret: '%env(ENCRYPTER_SECRET)%'",
""
],
"executable": false
}
},
"ref": "27e9822d6df581f770838f4d4f447fffbfcba4ff"
}
}
}