From 752f14c229096de283932f735f789b12a2d37753 Mon Sep 17 00:00:00 2001 From: Physcik Date: Wed, 11 Feb 2026 00:54:05 +0500 Subject: Docker --- src/Settings.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/Settings.json') diff --git a/src/Settings.json b/src/Settings.json index 9700828..1f643d7 100644 --- a/src/Settings.json +++ b/src/Settings.json @@ -1,7 +1,7 @@ { - "Port": ":7000", - "StaticLocation": "../static", - "TemplatesLocation": "../templates", - "ArticlesLocation": "../articles", - "IndexDB": "../articles/index.db" + "Port": ":7000", + "StaticLocation": "static", + "TemplatesLocation": "templates", + "ArticlesLocation": "articles", + "IndexDB": "articles/index.db" } -- cgit v1.3