Update server.json

Edited https to false as default config
This commit is contained in:
2025-02-25 13:22:27 +01:00
committed by GitHub
parent cf4a8784fc
commit 9c6ae7f369

View File

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