From cce776e2e99a1898dbdd453d743d4f5ecc220f6d Mon Sep 17 00:00:00 2001
From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com>
Date: Thu, 5 Aug 2021 13:44:50 +0200
Subject: [PATCH] :arrow_up: update demo test client
---
client_test/index.html | 10 ++++++----
src/Server.ts | 10 ++++++----
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/client_test/index.html b/client_test/index.html
index a8887981..da970e4f 100644
--- a/client_test/index.html
+++ b/client_test/index.html
@@ -12,6 +12,8 @@
window.__BILLING_STANDALONE__ = /^\/billing/.test(location.pathname);
window.GLOBAL_ENV = {
API_ENDPOINT: "/api",
+ API_VERSION: 9,
+ GATEWAY_ENDPOINT: "ws://localhost:3002",
WEBAPP_ENDPOINT: "",
CDN_HOST: "//localhost:3003",
ASSET_ENDPOINT: "",
@@ -40,9 +42,9 @@
`{"trace":false,"canary":false,"logGatewayEvents":true,"logOverlayEvents":false,"logAnalyticsEvents":false,"sourceMapsEnabled":false,"axeEnabled":false}`
);
-
-
-
-
+
+
+
+