Dev server

This commit is contained in:
Tom Butcher 2025-11-17 18:50:29 +00:00
parent 46923c4ba8
commit e3c7f24c48

View File

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