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