diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2019-04-11 14:46:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-11 14:46:50 +0000 |
commit | bbf7d7347ef4048a7f548ebb95d771aec88e49cc (patch) | |
tree | 19c34d8e19f208b3efb6751e1a7a281921c9d289 /resources | |
parent | ad28990b369718bc18b5a821b9fdfdd4ffb2b64d (diff) | |
parent | 59ac97c0f121016df693142faf7697374613ac0b (diff) |
Merge "move cdt GUI to https"
Diffstat (limited to 'resources')
-rw-r--r-- | resources/config/eteshare/config/integration_robot_properties.py | 2 |
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) |