# Conflicts: # eShopOnContainers-ServicesAndWebApps.sln # src/Services/Identity/Identity.API/Configuration/Config.cs # src/Web/WebMVC/appsettings.json
19 lines
538 B
JSON
19 lines
538 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.IdentityDb;User Id=sa;Password=Pass@word;"
|
|
},
|
|
"IsClusterEnv": "False",
|
|
"MvcClient": "http://localhost:5100",
|
|
"SpaClient": "http://localhost:5104",
|
|
"XamarinCallback": "http://localhost:5105/xamarincallback",
|
|
"UseCustomizationData": false,
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
}
|
|
}
|