changes
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
class Config(object):
|
||||
def __init__(self):
|
||||
self.mqttBrokerHost = '127.0.0.1'
|
||||
self.mqttBrokerHost = '172.16.2.16'
|
||||
self.mqttBrokerPort = 1883
|
||||
self.mqttLogin = ''
|
||||
self.mqttPassword = ''
|
||||
|
Reference in New Issue
Block a user