Updated configuration for development environment, changing Keycloak client ID and updating app URLs for client and API.

This commit is contained in:
Tom Butcher 2025-12-27 13:56:29 +00:00
parent c750b1a573
commit 85f9ca8b6d

View File

@ -9,14 +9,14 @@
"keycloak": { "keycloak": {
"url": "https://auth.tombutcher.work", "url": "https://auth.tombutcher.work",
"realm": "master", "realm": "master",
"clientId": "farmcontrol-client" "clientId": "farmcontrol-dev"
}, },
"requiredRoles": [] "requiredRoles": []
}, },
"app": { "app": {
"urlClient": "http://localhost:3000", "urlClient": "https://dev.tombutcher.work",
"urlElectronClient": "http://localhost:3000", "urlElectronClient": "http://localhost:5780",
"urlApi": "http://localhost:8787", "urlApi": "https://dev.tombutcher.work/api",
"devAuthClient": "http://localhost:3500" "devAuthClient": "http://localhost:3500"
}, },
"database": { "database": {