From 6fd75d1d7f9367932cf77071a1726d3922bed7f4 Mon Sep 17 00:00:00 2001 From: Loic Masi Date: Tue, 21 Apr 2026 13:35:00 +0200 Subject: [PATCH] #1 : Test patch bug. --- Webzine.WebApplication/appsettings.Production.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Webzine.WebApplication/appsettings.Production.json b/Webzine.WebApplication/appsettings.Production.json index 997ee7e..f3e7e00 100644 --- a/Webzine.WebApplication/appsettings.Production.json +++ b/Webzine.WebApplication/appsettings.Production.json @@ -7,6 +7,6 @@ }, "Keycloak": { "Authority": "https://10.4.0.131/keycloak/realms/webzine-realm", - "PublicOrigin": "http://192.168.10.80:8080" + "PublicOrigin": "http://10.4.0.131:8080" } }