changeset 2778:7eda5184fddf

Fix system-cpu url Reviewed-by: stooke Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025488.html
author Jie Kang <jkang@redhat.com>
date Fri, 20 Oct 2017 09:43:51 -0400
parents c30824312ec5
children 25179f6b60ae
files plugins/host-cpu/distribution/configFiles/backend-config.properties
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/host-cpu/distribution/configFiles/backend-config.properties	Thu Oct 19 12:12:42 2017 -0400
+++ b/plugins/host-cpu/distribution/configFiles/backend-config.properties	Fri Oct 20 09:43:51 2017 -0400
@@ -1,3 +1,3 @@
-# Web socket base URL to the commands microservice provided by the Thermostat web gateway
-gatewayURL=wss://127.0.0.1:30000/commands/v1
+# URL to the microservice provided by the Thermostat web gateway
+gatewayURL=https://localhost:30000/system-cpu/0.0.1
 enabled=true
\ No newline at end of file