From ca50f856266a0bd804815166b848c17fff84a620 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 29 Sep 2023 20:01:34 +0300 Subject: [PATCH] separate url settings to sheme/host/port/path parts --- src/config/website.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/config/website.json b/src/config/website.json index 6797314..49cfcc0 100644 --- a/src/config/website.json +++ b/src/config/website.json @@ -1,6 +1,9 @@ { "name":"YGGtracker", - "url":"", + "scheme":"", + "host":"", + "port":"", + "path":"", "default": { "locale":"en-US",