summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--resources/config/eteshare/config/robot_properties.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/resources/config/eteshare/config/robot_properties.py b/resources/config/eteshare/config/robot_properties.py
index 31aad9d..bfe29c2 100644
--- a/resources/config/eteshare/config/robot_properties.py
+++ b/resources/config/eteshare/config/robot_properties.py
@@ -136,11 +136,11 @@ GLOBAL_APPC_CDT_SERVER_PROTOCOL = "https"
GLOBAL_APPC_CDT_SERVER_PORT = "18080"
GLOBAL_APPC_CDT_USERNAME = "demo"
# sdc info - everything is from the private oam network (also called onap private network)
-GLOBAL_SDC_SERVER_PROTOCOL = "http"
-GLOBAL_SDC_FE_PORT = "8181"
-GLOBAL_SDC_BE_PORT = "8080"
-GLOBAL_SDC_BE_ONBOARD_PORT = "8081"
-GLOBAL_SDC_DCAE_BE_PORT = "8082"
+GLOBAL_SDC_SERVER_PROTOCOL = "https"
+GLOBAL_SDC_FE_PORT = "9443"
+GLOBAL_SDC_BE_PORT = "8443"
+GLOBAL_SDC_BE_ONBOARD_PORT = "8445"
+GLOBAL_SDC_DCAE_BE_PORT = "8444"
GLOBAL_SDC_USERNAME = "beep"
GLOBAL_SDC_PASSWORD = "boop"
GLOBAL_SDC_AUTHENTICATION = [GLOBAL_SDC_USERNAME, GLOBAL_SDC_PASSWORD]