20 lines
463 B
JSON
20 lines
463 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Webzine": {
|
|
"NombreDerniereChronique": 3,
|
|
"NombreDeTopTitres": 3
|
|
},
|
|
"ConnectionStrings": {
|
|
"SqliteConnection": "Data Source=Data/webzine.sqlite",
|
|
"PostGreSQLConnection": "Host=localhost;Port=5432;Username=admin;Password=admin123;Database=webzine_db"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"EfPerformance": {
|
|
"SeuilMs": 10
|
|
}
|
|
} |