add more info to return to pkToUser endpoint

This commit is contained in:
sla-ppy
2024-05-28 14:15:41 +02:00
parent a3670bff4a
commit 58a7e39419
2 changed files with 18 additions and 11 deletions

View File

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