Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-12-18 18:58:42 +00:00
parent d1a6559111
commit 4436cbc16f
2 changed files with 39 additions and 1 deletions
@@ -0,0 +1,33 @@
{
"manifests": {
"aziz403/ux-zoom": {
"manifest": {
"bundles": {
"Aziz403\\UX\\Zoom\\UxZoomBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"ZOOM_SDK_KEY": "!ChangeMe!",
"ZOOM_SDK_SECRET": "!ChangeMe!"
}
},
"files": {
"config/packages/ux_zoom.yaml": {
"contents": [
"ux_zoom:",
" sdk:",
" key: '%env(ZOOM_SDK_KEY)%'",
" secret: '%env(ZOOM_SDK_SECRET)%'",
""
],
"executable": false
}
},
"ref": "780361c3293cef05e1d583912c842799180bedc8"
}
}
}
+6 -1
View File
@@ -2,6 +2,11 @@
"manifests": {
"aziz403/ux-zoom": {
"manifest": {
"bundles": {
"Aziz403\\UX\\Zoom\\UxZoomBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
@@ -22,7 +27,7 @@
"executable": false
}
},
"ref": "00d0b5afcf7b026689e9514a397231df54e1081b"
"ref": "780361c3293cef05e1d583912c842799180bedc8"
}
}
}