Formatting

This commit is contained in:
Sipke Schoorstra 2019-01-04 20:57:12 +01:00
parent a48a7b4305
commit bddce06a9e
2 changed files with 7 additions and 8 deletions

View file

@ -14,7 +14,6 @@ namespace SampleHost.Web
}
public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
WebHost.CreateDefaultBuilder(args)
.UseStartup<Startup>();
WebHost.CreateDefaultBuilder<Startup>(args);
}
}

View file

@ -1,10 +1,10 @@
{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"FileStore": {
"RootDirectory": "C:\\Activities\\Projects\\Elsa\\src\\web\\dashboard\\Elsa.Web.Dashboard\\App_Data\\Sites\\Default\\elsa\\workflows",
"Format": "YAML"