17 lines
440 B
JSON
17 lines
440 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Webzine": {
|
|
"NombreDerniereChronique": 3,
|
|
"NombreDeTopTitres": 3
|
|
},
|
|
"ConnectionStrings": {
|
|
"SqliteConnection": "Data Source=Data/webzine.sqlite",
|
|
"PostGreSQLConnection": "Host=192.168.60.50;Port=5432;Username=postgres;Password=BcS4e6DHr2NgVrnPomVI;Database=webzine_prod"
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |