# HG changeset patch # User Jie Kang # Date 1508507031 14400 # Node ID 7eda5184fddf4071ac09b9742fe02f8fdba7a69a # Parent c30824312ec5e47fb0d23310f7effbdbf0514382 Fix system-cpu url Reviewed-by: stooke Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025488.html diff -r c30824312ec5 -r 7eda5184fddf plugins/host-cpu/distribution/configFiles/backend-config.properties --- 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