From c9871c908c783c491f1e3010606708daa952c35b Mon Sep 17 00:00:00 2001 From: JFrgs Date: Fri, 2 Jun 2023 11:47:50 +0300 Subject: [PATCH] Change ports in service description files --- .../app/app/core/capif_files/service_as_session_with_qos.json | 2 +- backend/app/app/core/capif_files/service_monitoring_event.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/app/app/core/capif_files/service_as_session_with_qos.json b/backend/app/app/core/capif_files/service_as_session_with_qos.json index 6f4640db..e3d3abc6 100644 --- a/backend/app/app/core/capif_files/service_as_session_with_qos.json +++ b/backend/app/app/core/capif_files/service_as_session_with_qos.json @@ -53,7 +53,7 @@ "interfaceDescriptions": [ { "ipv4Addr": "127.0.0.1", - "port": 8090, + "port": 4443, "securityMethods": [ "OAUTH" ] diff --git a/backend/app/app/core/capif_files/service_monitoring_event.json b/backend/app/app/core/capif_files/service_monitoring_event.json index 12cd82f3..8a906078 100644 --- a/backend/app/app/core/capif_files/service_monitoring_event.json +++ b/backend/app/app/core/capif_files/service_monitoring_event.json @@ -53,7 +53,7 @@ "interfaceDescriptions": [ { "ipv4Addr": "127.0.0.1", - "port": 8090, + "port": 4443, "securityMethods": [ "OAUTH" ]