From 1f8ae1bcb66f5ff9029612307b882dfe85aa810b Mon Sep 17 00:00:00 2001 From: Physcik Date: Thu, 25 Dec 2025 18:55:59 +0500 Subject: Structure pt 1 --- src/Settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/Settings.json (limited to 'src/Settings.json') diff --git a/src/Settings.json b/src/Settings.json new file mode 100644 index 0000000..c614305 --- /dev/null +++ b/src/Settings.json @@ -0,0 +1,5 @@ +{ + "Port": ":7000", + "StaticLocation": "../static", + "TemplatesLocation": "../templates" +} -- cgit v1.3