diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2019-07-22 14:01:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-22 14:01:55 +0000 |
commit | 3f65e743025829376a18afdab6658c6ee441aa95 (patch) | |
tree | b46f2bf880f977d1fcf4e4f7f539597721e03881 | |
parent | 43fff98c7a8172b6ccc290fc0be2edc116ef6d80 (diff) | |
parent | e33f98f996f4877af3b853c4ee1c59297d7c3be8 (diff) |
Merge "move APPC apidoc from http to https"
-rw-r--r-- | resources/config/eteshare/config/integration_robot_properties.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/config/eteshare/config/integration_robot_properties.py b/resources/config/eteshare/config/integration_robot_properties.py index 2bbfa56..429b83e 100644 --- a/resources/config/eteshare/config/integration_robot_properties.py +++ b/resources/config/eteshare/config/integration_robot_properties.py @@ -22,8 +22,8 @@ GLOBAL_AAI_SERVER_PORT = "8443" GLOBAL_AAI_USERNAME = '{{ .Values.aaiUsername }}' GLOBAL_AAI_PASSWORD = '{{ .Values.aaiPassword}}' # appc info - everything is from the private oam network (also called onap private network) -GLOBAL_APPC_SERVER_PROTOCOL = "http" -GLOBAL_APPC_SERVER_PORT = "8282" +GLOBAL_APPC_SERVER_PROTOCOL = "https" +GLOBAL_APPC_SERVER_PORT = "8443" GLOBAL_APPC_USERNAME = '{{ .Values.appcUsername }}' GLOBAL_APPC_PASSWORD = '{{ .Values.appcPassword }}' GLOBAL_APPC_CDT_SERVER_PROTOCOL = "https" |