diff options
Diffstat (limited to 'src/Settings.json')
| -rw-r--r-- | src/Settings.json | 10 |
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" } |
