{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "Webzine.Repository": "Debug" } }, "Webzine": { "NombreDerniereChronique": 3, "NombreDeTopTitres": 3, "NombreDeLignesAdministration": 10 }, "ConnectionStrings": { "SqliteConnection": "Data Source=Data/webzine.sqlite", "PostGreSQLConnection": "Host=localhost;Port=5432;Username=admin;Password=admin123;Database=webzine_db" }, "SpotifySeeder": { "ClientId": "", "ClientSecret": "", "Market": "FR", "Genres": [ "rock", "pop", "jazz", "hip hop", "electronic", "metal", "hyper pop", "shatta", "french%20rap" ], "ArtistsPerGenre": 5, "AlbumsPerArtist": 20, "TracksPerAlbum": 40, "MaxCommentsPerTrack": 3 }, "AllowedHosts": "*", "EfPerformance": { "SeuilMs": 60 } }