Files
webzine/Webzine.WebApplication/appsettings.json
2026-03-25 11:24:52 +01:00

17 lines
312 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Webzine": {
"NombreDerniereChronique": 3,
"NombreDeTopTitres": 3
},
"ConnectionStrings": {
"DefaultConnection": "Data Source=Data/webzine.sqlite"
},
"AllowedHosts": "*"
}