replace default with set value
This commit is contained in:
@@ -38,7 +38,7 @@ For each variable, an input will be created in the UI.
|
|||||||
{
|
{
|
||||||
"name": "the name of the environment variable, as supported in the container image (mandatory)",
|
"name": "the name of the environment variable, as supported in the container image (mandatory)",
|
||||||
"label": "label for the input in the UI (mandatory)",
|
"label": "label for the input in the UI (mandatory)",
|
||||||
"default": "pre-defined value for the variable, will not generate an input in the UI (optional)"
|
"set": "pre-defined value for the variable, will not generate an input in the UI (optional)"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -71,7 +71,7 @@
|
|||||||
{
|
{
|
||||||
"name": "WOWZA_ACCEPT_LICENSE",
|
"name": "WOWZA_ACCEPT_LICENSE",
|
||||||
"label": "Agree to Wowza EULA",
|
"label": "Agree to Wowza EULA",
|
||||||
"default": "yes"
|
"set": "yes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "WOWZA_KEY",
|
"name": "WOWZA_KEY",
|
||||||
|
|||||||
Reference in New Issue
Block a user