From ad4ea8831596904764853a2badba38f97002e6e5 Mon Sep 17 00:00:00 2001 From: thafu Date: Fri, 30 May 2025 12:24:25 +0200 Subject: [PATCH] leantime location path delete and template update --- leantime/domain-leantime.json | 3 --- leantime/template.json | 5 ----- 2 files changed, 8 deletions(-) diff --git a/leantime/domain-leantime.json b/leantime/domain-leantime.json index 95b5d59..83e581a 100644 --- a/leantime/domain-leantime.json +++ b/leantime/domain-leantime.json @@ -28,9 +28,6 @@ { "PORT": "80" }, - { - "LOCATION": "#LEANTIME_LOCATION_PATH" - }, { "DOMAIN": "#DOMAIN" }, diff --git a/leantime/template.json b/leantime/template.json index dcba132..f439634 100644 --- a/leantime/template.json +++ b/leantime/template.json @@ -7,11 +7,6 @@ "value": "", "required": "true" }, - { - "description": "Do you use any additional location path? (optional)\n(do not miss '/' character!)", - "key": "LEANTIME_LOCATION_PATH", - "value": "" - }, { "description": "Please add your deploy name (default is LeanTime)", "key": "LEANTIME_SITENAME",