diff options
author | Aaron Hay <ah415j@att.com> | 2018-09-10 11:26:40 -0400 |
---|---|---|
committer | Aaron Hay <ah415j@att.com> | 2018-09-10 11:26:46 -0400 |
commit | 559e2794c99c4abcd9b5489e5d05e68a6bd4d732 (patch) | |
tree | 988bc9b120ebd998ae5b218fb3aea99738285bca /resources/config | |
parent | 9d8d053e007e1c3251a93da67c53fc0dc557677e (diff) |
Fix APICDOC HC creds
Change-Id: I08ea5930b7c119081fcfdc0dc80ba1d07645ab23
Issue-ID: INT-641
Signed-off-by: Aaron Hay <ah415j@att.com>
Diffstat (limited to 'resources/config')
-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 24bb08a..a4a359a 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_SERVER = "http://appc.{{include "common.namespace" .}}:" GLOBAL_APPC_USERNAME = "admin" -GLOBAL_APPC_PASSWORD = "admin" +GLOBAL_APPC_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" GLOBAL_APPC_CDT_SERVER_PROTOCOL = "http" GLOBAL_APPC_CDT_SERVER_PORT = "80" GLOBAL_APPC_CDT_SERVER = "http://appc-cdt.{{include "common.namespace" .}}:" |