summaryrefslogtreecommitdiff
path: root/src/Settings.json
diff options
context:
space:
mode:
authorPhyscik <mynameisgennadiy@vk.com>2026-02-11 00:54:05 +0500
committerPhyscik <mynameisgennadiy@vk.com>2026-02-11 00:54:05 +0500
commit752f14c229096de283932f735f789b12a2d37753 (patch)
treea4dd971c0e70d20f33e297c29f09b7e2845544eb /src/Settings.json
parent27f6a10a809a20ac340d5023030f29fb4cc4764f (diff)
Docker
Diffstat (limited to 'src/Settings.json')
-rw-r--r--src/Settings.json10
1 files changed, 5 insertions, 5 deletions
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"
}