diff --git a/Webzine.WebApplication/appsettings.Production.json b/Webzine.WebApplication/appsettings.Production.json index 72b9049..ffb2751 100644 --- a/Webzine.WebApplication/appsettings.Production.json +++ b/Webzine.WebApplication/appsettings.Production.json @@ -6,9 +6,8 @@ "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", + "Authority": "https://10.4.0.131/keycloak/realms/webzine-realm", + "MetadataAddress": "https://10.4.0.131/realms/webzine-realm/.well-known/openid-configuration", "PublicOrigin": "https://10.4.0.131" } -} - \ No newline at end of file +} \ No newline at end of file