#1 : Test de déploiement nouveau act-runner.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"SqliteConnection": "Data Source=Data/webzine.sqlite",
|
||||
"PostGreSQLConnection": "Host=localhost;Port=5432;Username=admin;Password=admin123;Database=webzine_db"
|
||||
"PostGreSQLConnection": ""
|
||||
},
|
||||
"SpotifySeeder": {
|
||||
"ClientId": "",
|
||||
@@ -25,6 +25,12 @@
|
||||
"TracksPerAlbum": 40,
|
||||
"MaxCommentsPerTrack": 3
|
||||
},
|
||||
"Keycloak": {
|
||||
"Authority": "https://<keycloak-host>/realms/<your-realm>",
|
||||
"ClientId": "my-aspnet-app",
|
||||
"ClientSecret": "your-client-secret",
|
||||
"ResponseType": "code"
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"EfPerformance": {
|
||||
"SeuilMs": 60
|
||||
|
||||
Reference in New Issue
Block a user