This commit is contained in:
Michael B
2025-03-29 15:55:23 +00:00
commit fd1131c35c
7 changed files with 204 additions and 0 deletions

8
http-server-config.json Normal file
View File

@@ -0,0 +1,8 @@
{
"port": 1234,
"cors": true,
"logSensitiveData": true,
"verbose": false,
"logLinesLimit": 500,
"networkInterface": "0.0.0.0"
}