Files
webzine/Webzine.WebApplication/appsettings.Production.json
2026-04-21 15:00:59 +02:00

14 lines
359 B
JSON

{
"Seeder": "Local",
"Repository": "Local",
"SpotifySeeder": {
"ClientId": "",
"ClientSecret": ""
},
"Keycloak": {
"Authority": "https://10.4.0.131/keycloak/realms/webzine-realm/",
"MetadataAddress": "https://10.4.0.131/keycloak/realms/webzine-realm/.well-known/openid-configuration",
"PublicOrigin": "https://10.4.0.131"
}
}