26 lines
568 B
JSON
26 lines
568 B
JSON
{
|
|
"urls": {
|
|
"basket": "http://localhost:55105",
|
|
"catalog": "http://localhost:55101",
|
|
"orders": "http://localhost:55102",
|
|
"identity": "http://localhost:55105",
|
|
"grpcBasket": "http://localhost:5580",
|
|
"grpcOrdering": "http://localhost:5581"
|
|
},
|
|
"IdentityUrlExternal": "http://localhost:5105",
|
|
"IdentityUrl": "http://localhost:5105",
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"Debug": {
|
|
"LogLevel": {
|
|
"Default": "Debug"
|
|
}
|
|
},
|
|
"Console": {
|
|
"LogLevel": {
|
|
"Default": "Debug"
|
|
}
|
|
}
|
|
}
|
|
}
|