Files
webzine/Webzine.WebApplication/appsettings.Development.json
Loic Masi 90dc1af5ec
Some checks failed
Deploiement Test Keycloak / Build et Déploiement (push) Has been cancelled
#1 : Update token keycloak.
2026-04-22 11:54:32 +02:00

16 lines
504 B
JSON

{
"Seeder": "Local",
"Repository": "Local",
"SpotifySeeder": {
"ClientId": "",
"ClientSecret": ""
},
"Keycloak": {
"Authority": "https://10.4.0.131:8443/keycloak/realms/webzine-realm",
"MetadataAddress": "http://10.4.0.131:8080/keycloak/realms/webzine-realm/.well-known/openid-configuration",
"ClientId": "webzine-client",
"ClientSecret": "EEUiJ5mBmuOSElwnbNZeajLuw6yOyc8E",
"CallbackPath": "/signin-oidc",
"SignedOutCallbackPath": "/signout-callback-oidc"
}
}