From 85f9ca8b6d984dc54becbe980dae5277cb0812ab Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sat, 27 Dec 2025 13:56:29 +0000 Subject: [PATCH] Updated configuration for development environment, changing Keycloak client ID and updating app URLs for client and API. --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index b89e741..1368e6d 100644 --- a/config.json +++ b/config.json @@ -9,14 +9,14 @@ "keycloak": { "url": "https://auth.tombutcher.work", "realm": "master", - "clientId": "farmcontrol-client" + "clientId": "farmcontrol-dev" }, "requiredRoles": [] }, "app": { - "urlClient": "http://localhost:3000", - "urlElectronClient": "http://localhost:3000", - "urlApi": "http://localhost:8787", + "urlClient": "https://dev.tombutcher.work", + "urlElectronClient": "http://localhost:5780", + "urlApi": "https://dev.tombutcher.work/api", "devAuthClient": "http://localhost:3500" }, "database": {