Some checks failed
Deploiement Test Keycloak / Build et Déploiement (push) Has been cancelled
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"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": ""
|
|
},
|
|
"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
|
|
},
|
|
"Keycloak": {
|
|
"Authority": "https://10.4.0.131:8443/keycloak/realms/webzine-realm",
|
|
"PublicOrigin": "https://10.4.0.131:8443",
|
|
"ClientId": "webzine-client",
|
|
"ClientSecret": "EEUiJ5mBmuOSElwnbNZeajLuw6yOyc8E",
|
|
"ResponseType": "code",
|
|
"CallbackPath": "/signin-oidc",
|
|
"SignedOutCallbackPath": "/signout-callback-oidc"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"EfPerformance": {
|
|
"SeuilMs": 60
|
|
}
|
|
}
|