13 lines
302 B
JSON
13 lines
302 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"NewsDb": "Data Source=danielcujba\\sqlexpress;Initial Catalog=NewsDb;Integrated Security=True;Trust Server Certificate=True"
|
|
}
|
|
}
|