summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBorislav Glozman <Borislav.Glozman@amdocs.com>2019-04-11 14:46:50 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-11 14:46:50 +0000
commitbbf7d7347ef4048a7f548ebb95d771aec88e49cc (patch)
tree19c34d8e19f208b3efb6751e1a7a281921c9d289
parentad28990b369718bc18b5a821b9fdfdd4ffb2b64d (diff)
parent59ac97c0f121016df693142faf7697374613ac0b (diff)
Merge "move cdt GUI to https"
-rw-r--r--resources/config/eteshare/config/integration_robot_properties.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/config/eteshare/config/integration_robot_properties.py b/resources/config/eteshare/config/integration_robot_properties.py
index 5e6288e..52a8c43 100644
--- a/resources/config/eteshare/config/integration_robot_properties.py
+++ b/resources/config/eteshare/config/integration_robot_properties.py
@@ -26,7 +26,7 @@ GLOBAL_APPC_SERVER_PROTOCOL = "http"
GLOBAL_APPC_SERVER_PORT = "8282"
GLOBAL_APPC_USERNAME = "{{ .Values.appcUsername }}"
GLOBAL_APPC_PASSWORD = "{{ .Values.appcPassword }}"
-GLOBAL_APPC_CDT_SERVER_PROTOCOL = "http"
+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)