Add recipe for aziz403/ux-zoom (#1466)

* add aziz403/ux-zoom recipe

* update aziz403/ux-zoom config file name

* text files ends with newline

* Indendation must be a multiple of 4 spaces

* update manifest.json

* change dir in copy-from-recipe

* add config dir
This commit is contained in:
Aziz BenMallouk
2022-12-18 10:12:49 +01:00
committed by GitHub
parent 38c2f0e021
commit ef2f3b9592
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,4 @@
ux_zoom:
sdk:
key: '%env(ZOOM_SDK_KEY)%'
secret: '%env(ZOOM_SDK_SECRET)%'
+9
View File
@@ -0,0 +1,9 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"ZOOM_SDK_KEY": "!ChangeMe!",
"ZOOM_SDK_SECRET": "!ChangeMe!"
}
}