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 {
|
export default {
|
||||||
name: 'New Quest',
|
name: 'New Quest',
|
||||||
development: true,
|
development: dev,
|
||||||
server_endpoint: 'http://localhost:4000',
|
server_endpoint: dev ? 'http://localhost:4000' : 'https://nq-server.cr-a.directonline.io',
|
||||||
width: 960,
|
width: 960,
|
||||||
height: 540,
|
height: 540,
|
||||||
tile_size: { x: 64, y: 32, z: 1 },
|
tile_size: { x: 64, y: 32, z: 1 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user