diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-10-20 16:42:56 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-10-20 16:42:56 +0200 |
| commit | a2b1fa7df396cf0f43ffc392fdf6cea9ff3bfc1f (patch) | |
| tree | 16b2d6ac586df745f9651fda0c7157492259097c | |
| parent | 669be6f35d34c30ed58c1cfddb2a120d88e8bd52 (diff) | |
test mode == development
| -rwxr-xr-x | StoneIsland/www/js/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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" }) |
