App Startup (#34)

* Adding ConfigureProduction as copy of ConfigureDevelopment.

* Configuring bundling and updating default appsetting value to work for local images (the setting is still useful for CDN scenarios).
This commit is contained in:
Steve Smith
2017-08-08 20:37:51 -04:00
committed by GitHub
parent a8f150aac7
commit f0c8f3e234
4 changed files with 27 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
"CatalogConnection": "Server=(localdb)\\ProjectsV13;Integrated Security=true;Initial Catalog=Microsoft.eShopOnWeb.CatalogDb;",
"IdentityConnection": "Server=(localdb)\\ProjectsV13;Integrated Security=true;Initial Catalog=Microsoft.eShopOnWeb.Identity;"
},
"CatalogBaseUrl": "http://localhost:5106",
"CatalogBaseUrl": "",
"Logging": {
"IncludeScopes": false,
"LogLevel": {