Files
webzine/Webzine.WebApplication/appsettings.json
2026-04-02 17:59:36 +02:00

27 lines
770 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", "hyper pop" ],
"ArtistsPerGenre": 50,
"AlbumsPerArtist": 20,
"TracksPerAlbum": 40,
"MaxCommentsPerTrack": 3
},
"AllowedHosts": "*"
}