diff --git a/README.md b/README.md index 9b958fa..30c03ac 100644 --- a/README.md +++ b/README.md @@ -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)", "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)" } ``` diff --git a/templates.json b/templates.json index bfdede1..ec959e1 100644 --- a/templates.json +++ b/templates.json @@ -71,7 +71,7 @@ { "name": "WOWZA_ACCEPT_LICENSE", "label": "Agree to Wowza EULA", - "default": "yes" + "set": "yes" }, { "name": "WOWZA_KEY",