From b5410bef53c8ce612e2ddb00c22ce7f3123c1903 Mon Sep 17 00:00:00 2001 From: Meena Brend Date: Thu, 22 Feb 2024 08:42:29 +0000 Subject: [PATCH] feat: app base url registry key [sc-22499] (#655) --- .../registry-keys/app-base-url.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lib/plugin/blueprints/tymly-blueprint/registry-keys/app-base-url.json diff --git a/lib/plugin/blueprints/tymly-blueprint/registry-keys/app-base-url.json b/lib/plugin/blueprints/tymly-blueprint/registry-keys/app-base-url.json new file mode 100644 index 00000000..f044b4ef --- /dev/null +++ b/lib/plugin/blueprints/tymly-blueprint/registry-keys/app-base-url.json @@ -0,0 +1,14 @@ +{ + "label": "App Base URL", + "description": "App Base URL", + "schema": { + "properties": { + "environmentVariableName": "APP_BASE_URL", + "value": { + "type": "string", + "default": "Please insert App Base URL here" + } + }, + "required": ["value"] + } +}