This commit is contained in:
Alberto Xamin 2020-11-24 10:52:58 +01:00
parent 3437d18ffe
commit eb6545885b
No known key found for this signature in database
GPG Key ID: 4F026F48309500A2

View File

@ -5,7 +5,7 @@ Vue.config.productionTip = false
import VueSocketIO from 'vue-socket.io' import VueSocketIO from 'vue-socket.io'
Vue.use(new VueSocketIO({ Vue.use(new VueSocketIO({
debug: Vue.config.devtools, debug: Vue.config.devtools,
connection: Vue.config.devtools?'http://localhost:5001':process.env.BACKEND, connection: Vue.config.devtools?'http://localhost:5001':'http://bang.xamin.it:5001',
})) }))
new Vue({ new Vue({