From 0317dda47c1eb1ed91be51c5595e41c26ffdfc96 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 12 Apr 2025 20:22:57 +0100 Subject: [PATCH] repo: remove config --- .gitignore | 2 +- config.jsonc | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 config.jsonc diff --git a/.gitignore b/.gitignore index 0bd5df8..908ddd8 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,4 @@ build/ data/ -config.json \ No newline at end of file +config.jsonc \ No newline at end of file diff --git a/config.jsonc b/config.jsonc deleted file mode 100644 index 70a8f1a..0000000 --- a/config.jsonc +++ /dev/null @@ -1,7 +0,0 @@ -{ - "html_dir": "./html", - "data_dir": "./data", - "port": 3001, - "forward_address": "127.0.0.1:3000", - "max_request_size": 10000000 -} \ No newline at end of file