mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-24 00:46:59 +00:00
fix error which complains about AuthKey not being present before reading the config file
This commit is contained in:
@@ -34,6 +34,7 @@ Application::SettingsMap Application::mSettings = {
|
|||||||
{ StrHTTPServerIP, std::string("127.0.0.1") },
|
{ StrHTTPServerIP, std::string("127.0.0.1") },
|
||||||
{ StrHTTPServerUseSSL, false },
|
{ StrHTTPServerUseSSL, false },
|
||||||
{ StrHideUpdateMessages, false },
|
{ StrHideUpdateMessages, false },
|
||||||
|
{ StrAuthKey, std::string("") },
|
||||||
};
|
};
|
||||||
|
|
||||||
// global, yes, this is ugly, no, it cant be done another way
|
// global, yes, this is ugly, no, it cant be done another way
|
||||||
|
|||||||
Reference in New Issue
Block a user