AspNetCore.Docs/aspnetcore/fundamentals/localization/sample/appsettings.json

16 lines
461 B
JSON
Raw Normal View History

2016-10-29 01:35:15 +08:00
{
2016-12-12 19:19:52 +08:00
"Data": {
"DefaultConnection": {
"ConnectionString": "Server=(localdb)\\mssqllocaldb;Database=aspnet5-Localization.StarterWeb-4772c50f-56f3-4058-bd61-75f1352aeca7;Trusted_Connection=True;MultipleActiveResultSets=true"
}
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
2016-10-29 01:35:15 +08:00
}
}