HTTP Server disabled by default

This commit is contained in:
Lion Kortlepel 2021-12-23 14:24:00 +01:00
parent 0cf81cf3f4
commit 1b14206a3c
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -42,7 +42,7 @@ public:
std::string Key {};
std::string SSLKeyPath { "./.ssl/HttpServer/key.pem" };
std::string SSLCertPath { "./.ssl/HttpServer/cert.pem" };
bool HTTPServerEnabled { true };
bool HTTPServerEnabled { false };
int MaxPlayers { 10 };
bool Private { true };
int MaxCars { 1 };