Updated docker

This commit is contained in:
Thomas
2020-11-02 16:59:57 +01:00
parent 6abf1aa267
commit cafeb39faa
5 changed files with 10 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
import { ToastProgrammatic as Toast } from 'buefy'
const connection = new WebSocket('ws://localhost:3000/socket')
// const connection = new WebSocket('wss://tronio.gltronic.ovh/socket')
// const connection = new WebSocket('ws://localhost:3000/socket')
const connection = new WebSocket('wss://tronio.gltronic.ovh/socket')
export default function createSocketPlugin () {
return store => {