mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-02 07:45:26 +00:00
Merge pull request #76 from BeamMP/patch-http-server-default
HTTP Server disabled by default
This commit is contained in:
commit
179b33a7ab
@ -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 };
|
||||
|
Loading…
x
Reference in New Issue
Block a user