From 50221a022884bb4190944c33c716bedd3a32a92b Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sat, 27 Dec 2025 14:15:00 +0000 Subject: [PATCH] Updated Keycloak clientId in config.json from 'farmcontrol-client' to 'farmcontrol-dev'. --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 2a6e118..b735a2e 100644 --- a/config.json +++ b/config.json @@ -9,7 +9,7 @@ "keycloak": { "url": "https://auth.tombutcher.work", "realm": "master", - "clientId": "farmcontrol-client" + "clientId": "farmcontrol-dev" }, "requiredRoles": [] },