Files
webzine/Webzine.WebApplication/appsettings.Production.json
2026-04-21 13:50:18 +02:00

14 lines
363 B
JSON

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