Ejemplo n.º 1
0
        public Config()
        {
            // Default values
            Ssl                        = new SslConfigSection();
            UserRoles                  = new UserRolesConfigSection();
            ArkMultipliers             = new ArkMultipliersConfigSection();
            Servers                    = new ServersConfigSection();
            Clusters                   = new ClustersConfigSection();
            WebAppRedirectListenPrefix = new string[] { };
            AccessControl              = new AccessControlConfigSection();
            Discord                    = new DiscordConfigSection();
            Backups                    = new BackupsConfigSection();

            //Test = new Test1ConfigSection();
        }
Ejemplo n.º 2
0
 public Test3ConfigSection()
 {
     Servers = new ServersConfigSection();
 }