From e3c7f24c487d3f8e864f7b9cd023a7c53d521497 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Mon, 17 Nov 2025 18:50:29 +0000 Subject: [PATCH] Dev server --- src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.js b/src/config.js index eb8ca75..cc876ae 100644 --- a/src/config.js +++ b/src/config.js @@ -1,8 +1,8 @@ const config = { development: { - backendUrl: 'http://192.168.68.53:8080', + backendUrl: 'https://dev.tombutcher.work/api', printServerUrl: 'ws://192.168.68.53:8081', - apiServerUrl: 'ws://192.168.68.53:9090', + apiServerUrl: 'https://dev-wss.tombutcher.work', logLevel: 'trace' }, production: {