#163 : merge de dev pour mis a jour de la branche.

This commit is contained in:
Loic Masi
2026-04-01 13:24:15 +02:00
21 changed files with 739 additions and 118 deletions

View File

@@ -13,5 +13,15 @@
"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": "*"
}