12 lines
349 B
JSON
12 lines
349 B
JSON
|
{
|
|||
|
"ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.LocationsDb;User Id=sa;Password=Pass@word;",
|
|||
|
"IdentityUrl": "http://localhost:5105",
|
|||
|
"Logging": {
|
|||
|
"IncludeScopes": false,
|
|||
|
"LogLevel": {
|
|||
|
"Default": "Debug",
|
|||
|
"System": "Information",
|
|||
|
"Microsoft": "Information"
|
|||
|
}
|
|||
|
}
|
|||
|
}
|