Config: authentication enabled by default

This commit is contained in:
Stéphane Lepin 2021-01-20 00:44:34 +01:00
parent 492e9d8df7
commit dd9ad67e6b

View File

@ -45,7 +45,7 @@ Config::Config() :
LockToIPv4(false),
DebugEnabled(false),
AlertsEnabled(true),
AuthRequired(false),
AuthRequired(true),
Secret(""),
Salt(""),
SettingsLoaded(false)