Merge pull request #76 from BeamMP/patch-http-server-default

HTTP Server disabled by default
This commit is contained in:
Lion
2021-12-23 14:28:33 +01:00
committed by GitHub

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 };