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