diff options
author | Taka Cho <takamune.cho@att.com> | 2019-03-21 17:34:39 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2019-03-21 17:35:20 -0400 |
commit | 59ac97c0f121016df693142faf7697374613ac0b (patch) | |
tree | cc3fc052f5332736b2911cd74f95ec4bc974c24d /resources/config/eteshare | |
parent | 2859c498f8de2a9b8295a85a2f56930f2159596c (diff) |
move cdt GUI to https
change http to https
for appc's robot
Change-Id: I0656e656eb062e2c6a1597db7b0589647831e87f
Issue-ID: APPC-1551
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'resources/config/eteshare')
-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 c23accd..d55fa8f 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) |