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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user