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