From 3b3d4e3ff0aef1641963aeb8200e33a3452ee5b4 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sat, 13 Dec 2025 21:05:35 +0000 Subject: [PATCH] Changed production config. --- src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.js b/src/config.js index af1c8e0..32bc8b0 100644 --- a/src/config.js +++ b/src/config.js @@ -6,9 +6,9 @@ const config = { logLevel: 'trace' }, production: { - backendUrl: 'https://dev.tombutcher.work/api', + backendUrl: 'https://api.farmcontrol.app', printServerUrl: 'ws://192.168.68.53:8081', - apiServerUrl: 'https://dev-wss.tombutcher.work', + apiServerUrl: 'https://ws.farmcontrol.app', logLevel: 'error' } }