AspNetCore.Docs.Samples/fundamentals/minimal-apis/samples/json-apis/appsettings.json

13 lines
276 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"ForecastsDatabase": "Server=(localdb)\\mssqllocaldb;Database=ForecastsDb;Trusted_Connection=True;"
}
}