14 lines
347 B
JSON
14 lines
347 B
JSON
{
|
|
"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
|
|
}
|
|
} |