Exemplo n.º 1
0
        public Config()
        {
            // Default values
            Servers  = new ServersConfigSection();
            Clusters = new ClustersConfigSection();
            Discord  = new DiscordConfigSection();
            WebApp   = new WebAppConfigSection();
            Backups  = new BackupsConfigSection();

            //Test = new Test1ConfigSection();
        }
Exemplo n.º 2
0
        public Config()
        {
            // Default values
            Servers      = new ServersConfigSection();
            Clusters     = new ClustersConfigSection();
            Discord      = new DiscordConfigSection();
            WebApp       = new WebAppConfigSection();
            Backups      = new BackupsConfigSection();
            Prometheus   = new PrometheusConfigSection();
            AuctionHouse = new AuctionHouseConfigSection();

            //Test = new Test1ConfigSection();
        }