test-e2e: Updated openvidu-server url port

v2compatibility
Carlos Santos 2025-01-23 17:07:33 +01:00
parent 5015609842
commit a1cf2f471f
1 changed files with 1 additions and 1 deletions

View File

@ -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";