replace default with set value

This commit is contained in:
Anthony Lapenna
2016-08-24 19:42:27 +12:00
parent b07d252c64
commit d5be721596
2 changed files with 2 additions and 2 deletions

View File

@@ -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)"
} }
``` ```

View File

@@ -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",