From b709e5edbee43e276755d3f283648347bae88b5b Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Tue, 4 Jun 2024 22:50:18 +0200 Subject: [PATCH] changed config for testing purposes --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 52799b4..72ba74a 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,6 +1,6 @@ export default { name: 'New Quest', - server_endpoint: 'http://localhost:4000', + server_endpoint: 'https://159.69.16.244:4000', development: true, width: 960, height: 540,