remove development configuration values
This commit is contained in:
parent
49379acc77
commit
ac06ae884e
@ -15,7 +15,7 @@ export class SocketManager {
|
|||||||
webSocketProtocol = 'wss:'
|
webSocketProtocol = 'wss:'
|
||||||
}
|
}
|
||||||
|
|
||||||
this._webSocket = new WebSocket(webSocketProtocol + '//' + location.hostname + ':8080')
|
this._webSocket = new WebSocket(webSocketProtocol + '//' + location.host)
|
||||||
|
|
||||||
// The backend will automatically push data once connected
|
// The backend will automatically push data once connected
|
||||||
this._webSocket.onopen = () => {
|
this._webSocket.onopen = () => {
|
||||||
|
@ -9,6 +9,6 @@
|
|||||||
"pingAll": 3000,
|
"pingAll": 3000,
|
||||||
"connectTimeout": 2500
|
"connectTimeout": 2500
|
||||||
},
|
},
|
||||||
"logToDatabase": true,
|
"logToDatabase": false,
|
||||||
"graphDuration": 86400000
|
"graphDuration": 86400000
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user