30 lines
814 B
JSON
30 lines
814 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": "*",
|
|
"EfPerformance": {
|
|
"SeuilMs": 10
|
|
}
|
|
} |