15 lines
375 B
JSON
15 lines
375 B
JSON
{
|
|
"CatalogUrl": "http://localhost:5101",
|
|
"OrderingUrl": "http://localhost:5102",
|
|
"BasketUrl": "http://localhost:5103",
|
|
"IdentityUrl": "http://localhost:5105",
|
|
"CallBackUrl": "http://localhost:5100/",
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
}
|
|
} |