From c4a0f2f1a48146787facf4de04c2fce3933c3525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Wed, 16 Sep 2020 16:59:09 +0200 Subject: [PATCH 1/2] Fixing URL for room in Artilery --- benchmark/socketio-load-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/socketio-load-test.yaml b/benchmark/socketio-load-test.yaml index df2f580b..bfac5e8e 100644 --- a/benchmark/socketio-load-test.yaml +++ b/benchmark/socketio-load-test.yaml @@ -22,7 +22,7 @@ scenarios: - emit: channel: "join-room" data: - roomId: 'global__api.workadventure.localhost/map/files/Floor0/floor0' + roomId: 'global__maps.workadventure.localhost/Floor0/floor0' position: x: 783 y: 170 From 8e07fc6513d667fb7f62672737697194bfcfcd8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Wed, 16 Sep 2020 17:09:34 +0200 Subject: [PATCH 2/2] Adding default Jitsi in env.template --- .env.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 81044e99..183f2750 100644 --- a/.env.template +++ b/.env.template @@ -1 +1,2 @@ -DEBUG_MODE=false \ No newline at end of file +DEBUG_MODE=false +JITSI_URL=meet.jit.si