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": {
"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": {