Files
2024-08-31 12:07:21 +03:00

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"
}
}