Example #1
0
 static HandlebarsProxyConfiguration()
 {
     Instance = new HandlebarsProxyConfiguration
     {
         Directory = System.Environment.CurrentDirectory,
         Port      = 8080,
         Hostname  = "localhost",
         ContentDeliveryNetwork = "cdn.archfashion.dev",
         Scheme     = "http",
         DomainPort = 0
     };
 }
 static HandlebarsProxyConfiguration()
 {
     Instance = new HandlebarsProxyConfiguration
     {
         Directory = System.Environment.CurrentDirectory,
         Port = 8080, 
         Hostname = "localhost",
         ContentDeliveryNetwork = "cdn.archfashion.dev",
         Scheme = "http",
         DomainPort = 0
     };
 }