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}`
);
-
-
-
-
+
+
+
+