diff options
Diffstat (limited to 'resources/config/eteshare')
-rw-r--r-- | resources/config/eteshare/config/robot_properties.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/config/eteshare/config/robot_properties.py b/resources/config/eteshare/config/robot_properties.py index a8c14d8..3fb42e1 100644 --- a/resources/config/eteshare/config/robot_properties.py +++ b/resources/config/eteshare/config/robot_properties.py @@ -313,5 +313,5 @@ GLOBAL_CCSDK_CDS_SERVER_PROTOCOL = "http" GLOBAL_CCSDK_CDS_HEALTH_SERVER_PORT = "8080" GLOBAL_CCSDK_CDS_USERNAME = 'ccsdkapps' GLOBAL_CCSDK_CDS_PASSWORD = 'ccsdkapps' -GLOBAL_CCSDK_CDS_AUTHENTICATION = [GLOBAL_CDS_USERNAME, GLOBAL_CDS_PASSWORD] +GLOBAL_CCSDK_CDS_AUTHENTICATION = [GLOBAL_CCSDK_CDS_USERNAME, GLOBAL_CCSDK_CDS_PASSWORD] |