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