mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 04:16:24 +03:00
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:
@@ -0,0 +1,4 @@
|
||||
ux_zoom:
|
||||
sdk:
|
||||
key: '%env(ZOOM_SDK_KEY)%'
|
||||
secret: '%env(ZOOM_SDK_SECRET)%'
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"ZOOM_SDK_KEY": "!ChangeMe!",
|
||||
"ZOOM_SDK_SECRET": "!ChangeMe!"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user