From 62cb2ad2150313e538ee5c7824c73f67824bf2d0 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 14 Dec 2025 00:20:29 +0000 Subject: [PATCH] Updated production vars. --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 869c0f2..b89e741 100644 --- a/config.json +++ b/config.json @@ -63,9 +63,9 @@ "requiredRoles": [] }, "app": { - "urlClient": "http://localhost:3000", + "urlClient": "https://web.farmcontrol.app", "urlElectronClient": "http://localhost:3000", - "urlApi": "http://localhost:8080", + "urlApi": "https://api.farmcontrol.app", "devAuthClient": "http://localhost:3500" }, "database": {