Files
webzine/Webzine.WebApplication/appsettings.json

18 lines
335 B
JSON

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