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
commit 179b33a7ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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