* migrate from classic controller to minimal api * fix all PublicApi integration test * update all nuget package add forget project * fix pay now * Adapt readme use in memory database * undo AuthenticateEndpoint to use EndpointBaseAsync * Update README.md Co-authored-by: Steve Smith <steve@kentsmiths.com> Co-authored-by: Steve Smith <steve@kentsmiths.com>
20 lines
612 B
JSON
20 lines
612 B
JSON
{
|
|
"baseUrls": {
|
|
"apiBase": "https://localhost:5099/api/",
|
|
"webBase": "https://localhost:44315/"
|
|
},
|
|
"ConnectionStrings": {
|
|
"CatalogConnection": "Server=(localdb)\\mssqllocaldb;Integrated Security=true;Initial Catalog=Microsoft.eShopOnWeb.CatalogDb;",
|
|
"IdentityConnection": "Server=(localdb)\\mssqllocaldb;Integrated Security=true;Initial Catalog=Microsoft.eShopOnWeb.Identity;"
|
|
},
|
|
"CatalogBaseUrl": "",
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft": "Warning",
|
|
"System": "Warning"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|
|
} |