From a2b1fa7df396cf0f43ffc392fdf6cea9ff3bfc1f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 20 Oct 2020 16:42:56 +0200 Subject: test mode == development --- StoneIsland/www/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'StoneIsland/www/js/index.js') diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index 8b6d2914..5d0ed9ef 100755 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -6,7 +6,7 @@ var app = (function(){ if (window.location.hostname === 'lvh.me' || window.location.hostname === 'dev.stone.giraffe.life' || window.location.hostname === 'staging.stone.giraffe.life') { console.log('launching in test mode') - sdk.init({ env: "test" }) + sdk.init({ env: "development" }) } else { sdk.init({ env: "production" }) -- cgit v1.2.3-70-g09d2