Merge remote-tracking branch 'origin/master' into new-buildsystem

This commit is contained in:
Lion Kortlepel
2023-12-05 17:59:05 +01:00
9 changed files with 70 additions and 18 deletions

View File

@@ -46,6 +46,7 @@ public:
std::string Resource { "Resources" };
std::string MapName { "/levels/gridmap_v2/info.json" };
std::string Key {};
std::string Password{};
std::string SSLKeyPath { "./.ssl/HttpServer/key.pem" };
std::string SSLCertPath { "./.ssl/HttpServer/cert.pem" };
bool HTTPServerEnabled { false };