parametric production endpoint
This commit is contained in:
parent
a8eb72c739
commit
d65d677fd5
@ -57,7 +57,7 @@ export default {
|
|||||||
openLobbies: [],
|
openLobbies: [],
|
||||||
lobbyName: '',
|
lobbyName: '',
|
||||||
isInLobby: false,
|
isInLobby: false,
|
||||||
onlinePlayers: 1,
|
onlinePlayers: 0,
|
||||||
}),
|
}),
|
||||||
computed: {
|
computed: {
|
||||||
noLobbyAvailable() {
|
noLobbyAvailable() {
|
||||||
|
@ -4,8 +4,8 @@ import App from './App.vue'
|
|||||||
Vue.config.productionTip = false
|
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: true,
|
debug: Vue.config.devtools,
|
||||||
connection: Vue.config.devtools?'http://localhost:5001':'https://bang.xamin.it/backend',
|
connection: Vue.config.devtools?'http://localhost:5001':process.env.BACKEND,
|
||||||
}))
|
}))
|
||||||
|
|
||||||
new Vue({
|
new Vue({
|
||||||
|
Loading…
Reference in New Issue
Block a user