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