From b1efbbde498fbbd368dc1f456ff06e59d47c9420 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Tue, 15 Jul 2025 11:29:36 +0200 Subject: [PATCH] testapp: update OpenVidu Meet URL and webcomponent source --- testapp/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testapp/.env b/testapp/.env index 9613119..809f178 100644 --- a/testapp/.env +++ b/testapp/.env @@ -1,4 +1,4 @@ -OPENVIDU_MEET_URL=http://localhost:9080/api/v1 -WEBCOMPONENT_SRC=http://localhost:9080/v1/openvidu-meet.js +OPENVIDU_MEET_URL=http://localhost:6080/api/v1 +WEBCOMPONENT_SRC=http://localhost:6080/v1/openvidu-meet.js MEET_API_KEY=meet-api-key PORT=5080