repo: remove config

This commit is contained in:
Vaxry
2025-04-12 20:22:57 +01:00
parent 3f13ba1b08
commit 0317dda47c
2 changed files with 1 additions and 8 deletions

2
.gitignore vendored
View File

@@ -36,4 +36,4 @@
build/
data/
config.json
config.jsonc

View File

@@ -1,7 +0,0 @@
{
"html_dir": "./html",
"data_dir": "./data",
"port": 3001,
"forward_address": "127.0.0.1:3000",
"max_request_size": 10000000
}