More edits

pull/4453/head
Scott Addie 2017-09-29 16:11:17 -05:00 committed by GitHub
parent 144639a790
commit bbdebab7a8
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,8 @@ public static IWebHost BuildWebHost(string[] args) =>
.Build(); .Build();
``` ```
The configuration used by the `CreateDefaultBuilder` method in the preceding code snippet can be seen [here](https://github.com/aspnet/MetaPackages/blob/396f413b389f5983e413be465f917cbfdbda26c9/src/Microsoft.AspNetCore/WebHost.cs#L152).
<a name="db-init-code"></a> <a name="db-init-code"></a>
## Move database initialization code ## Move database initialization code