Files
webzine/Webzine.WebApplication/appsettings.json
Loic Masi f472be8fbc Ajout du bundle bootstrap pour le dropdown du header.
Ajout des premières redirection au niveau du header
2026-03-05 17:00:48 +01:00

14 lines
225 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Webzine": {
"NombreDerniereChronique": 3,
"NombreDeTopTitres" : 3
},
"AllowedHosts": "*"
}