forked from noxious/client
Server endpoint dev fix
This commit is contained in:
parent
e72a3a9f45
commit
fbffda7da8
@ -1,7 +1,9 @@
|
||||
const dev: boolean = false;
|
||||
|
||||
export default {
|
||||
name: 'New Quest',
|
||||
development: true,
|
||||
server_endpoint: 'http://localhost:4000',
|
||||
development: dev,
|
||||
server_endpoint: dev ? 'http://localhost:4000' : 'https://nq-server.cr-a.directonline.io',
|
||||
width: 960,
|
||||
height: 540,
|
||||
tile_size: { x: 64, y: 32, z: 1 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user