From a1cf2f471f0eb4135bc0107ddb29239af311bddd Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Thu, 23 Jan 2025 17:07:33 +0100 Subject: [PATCH] test-e2e: Updated openvidu-server url port --- .../src/main/java/io/openvidu/test/e2e/OpenViduTestE2e.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvidu-test-e2e/src/main/java/io/openvidu/test/e2e/OpenViduTestE2e.java b/openvidu-test-e2e/src/main/java/io/openvidu/test/e2e/OpenViduTestE2e.java index 501a1a0a..828bf7b6 100644 --- a/openvidu-test-e2e/src/main/java/io/openvidu/test/e2e/OpenViduTestE2e.java +++ b/openvidu-test-e2e/src/main/java/io/openvidu/test/e2e/OpenViduTestE2e.java @@ -87,7 +87,7 @@ public class OpenViduTestE2e { final protected String DEFAULT_JSON_TOKEN = "{'id':'STR','token':'STR','connectionId':'STR','createdAt':0,'session':'STR','role':'STR','data':'STR','kurentoOptions':{}}"; protected static String OPENVIDU_SECRET = "secret"; - protected static String OPENVIDU_URL = "http://localhost:7880/"; + protected static String OPENVIDU_URL = "http://localhost:4443/"; protected static String APP_URL = "http://localhost:4200/"; protected static String EXTERNAL_CUSTOM_LAYOUT_URL = "http://host.docker.internal:7880/openvidu/layouts/v2compat/"; protected static String OPENVIDU_PRO_LICENSE = "not_valid";