Remove unused server_path and config_path from configuration files

This commit is contained in:
2025-10-01 20:59:44 +00:00
parent b4fd544185
commit 4e33a98cc2
2 changed files with 0 additions and 4 deletions

View File

@@ -1,8 +1,6 @@
{
"port": 8080,
"use_https": false,
"server_path": "bin/server",
"config_path": "sever.json",
"log_file": "log/server.log",
"max_threads": 4,
"running": true,