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' } }