fix error which complains about AuthKey not being present before reading the config file

This commit is contained in:
Lion Kortlepel
2022-11-11 19:39:08 +01:00
parent 0c6112c28a
commit c8ca4564a1

View File

@@ -34,6 +34,7 @@ Application::SettingsMap Application::mSettings = {
{ StrHTTPServerIP, std::string("127.0.0.1") },
{ StrHTTPServerUseSSL, false },
{ StrHideUpdateMessages, false },
{ StrAuthKey, std::string("") },
};
// global, yes, this is ugly, no, it cant be done another way