Add files via upload

This commit is contained in:
2025-02-08 22:58:48 +01:00
committed by GitHub
parent f1aad4fce2
commit 0b3303a173
6 changed files with 390 additions and 0 deletions

8
server.json Normal file
View File

@@ -0,0 +1,8 @@
{
"port": 8080,
"use_https": false,
"log_file": "server.log",
"max_threads": 4,
"running": true,
"automatic_startup": false
}