mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 23:35:41 +00:00
HTTP Server disabled by default
This commit is contained in:
parent
0cf81cf3f4
commit
1b14206a3c
@ -42,7 +42,7 @@ public:
|
|||||||
std::string Key {};
|
std::string Key {};
|
||||||
std::string SSLKeyPath { "./.ssl/HttpServer/key.pem" };
|
std::string SSLKeyPath { "./.ssl/HttpServer/key.pem" };
|
||||||
std::string SSLCertPath { "./.ssl/HttpServer/cert.pem" };
|
std::string SSLCertPath { "./.ssl/HttpServer/cert.pem" };
|
||||||
bool HTTPServerEnabled { true };
|
bool HTTPServerEnabled { false };
|
||||||
int MaxPlayers { 10 };
|
int MaxPlayers { 10 };
|
||||||
bool Private { true };
|
bool Private { true };
|
||||||
int MaxCars { 1 };
|
int MaxCars { 1 };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user