change hostname wuzzler to torwaechter
[svn42.git] / sensorvalues-to-json-zmq.py
index d6bc31e..2d42b54 100755 (executable)
@@ -45,8 +45,8 @@ class UWSConfig:
     self.config_parser.set('json','limit_list_len',"10000")
     self.config_parser.set('json','updateinterval',"30")
     self.config_parser.add_section('zmq')
-    self.config_parser.set('zmq','remote_uri',"tcp://wuzzler.realraum.at:4244")
-    self.config_parser.set('zmq','sshtunnel',"realraum@wuzzler.realraum.at:22000")
+    self.config_parser.set('zmq','remote_uri',"tcp://torwaechter.realraum.at:4244")
+    self.config_parser.set('zmq','sshtunnel',"realraum@torwaechter.realraum.at:22000")
     self.config_parser.set('zmq','sshkeyfile',"/home/guests/realraum.wirdorange.org/id_rsa")
     self.config_parser.set('zmq','subscribe',"TempSensorUpdate IlluminationSensorUpdate DustSensorUpdate RelativeHumiditySensorUpdate MovementSensorUpdate")
     self.config_parser.add_section('debug')