eShopOnContainers/src/Web/WebSPA/appsettings.json

16 lines
402 B
JSON
Raw Normal View History

{
"CatalogUrl": "http://localhost:5101",
"OrderingUrl": "http://localhost:5102",
"BasketUrl": "http://localhost:5103",
"IdentityUrl": "http://localhost:5105",
"CallBackUrl": "http://localhost:5104/",
2017-06-09 12:33:59 +02:00
"IsClusterEnv": "False",
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}