Files
webzine/Webzine.WebApplication/appsettings.json
2026-04-01 13:24:15 +02:00

27 lines
754 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"
},
"SpotifySeeder": {
"ClientId": "754247cf73e047bf9d6acf44977b6c4a",
"ClientSecret": "0e674c5ac1c249f1af711fb08a919a02",
"Market": "FR",
"Genres": [ "rock", "pop", "jazz", "hip hop", "electronic", "metal" ],
"ArtistsPerGenre": 4,
"AlbumsPerArtist": 2,
"TracksPerAlbum": 4,
"MaxCommentsPerTrack": 3
},
"AllowedHosts": "*"
}