fix: Adds CUO settings support and adds more robust 7.0.9 support (#945)
This commit is contained in:
parent
941452de4a
commit
5b7b99e0de
12 changed files with 958 additions and 773 deletions
|
|
@ -56,8 +56,11 @@ public static class ServerAccess
|
|||
}
|
||||
|
||||
ServerAccessConfiguration = JsonConfig.Deserialize<ServerAccessConfiguration>(path);
|
||||
var protectedAccounts = string.Join(", ", ServerAccessConfiguration.ProtectedAccounts);
|
||||
logger.Information("Protected accounts registered: {0}", protectedAccounts);
|
||||
if (ServerAccessConfiguration.ProtectedAccounts.Count > 0)
|
||||
{
|
||||
var protectedAccounts = string.Join(", ", ServerAccessConfiguration.ProtectedAccounts);
|
||||
logger.Information("Protected accounts registered: {0}", protectedAccounts);
|
||||
}
|
||||
}
|
||||
|
||||
public static void Initialize()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue