26 lines
518 B
JSON
26 lines
518 B
JSON
{
|
|
"Logging": {
|
|
"Console": {
|
|
"IncludeScopes": false
|
|
},
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"Identity": {
|
|
"ExternalUrl": "http://localhost:5105",
|
|
"Url": "http://localhost:5105"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Redis": "127.0.0.1"
|
|
},
|
|
"EventBus": {
|
|
"ConnectionString": "localhost",
|
|
"SubscriptionClientName": "Basket"
|
|
},
|
|
"isTest": "true",
|
|
"SuppressCheckForUnhandledSecurityMetadata": true
|
|
}
|