From d5be721596cdb7d764d37453bffbc54e41ddc970 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 24 Aug 2016 19:42:27 +1200 Subject: [PATCH] replace default with set value --- README.md | 2 +- templates.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",