There was an error while loading. Please reload this page.
1 parent a71ccff commit 8b29070Copy full SHA for 8b29070
1 file changed
smartmeter_datacollector/config.py
@@ -27,7 +27,7 @@ class InvalidConfigError(Exception):
27
},
28
'sink1': {
29
'type': "mqtt",
30
- 'host': "localhost",
+ 'host': "127.0.0.1",
31
'port': 1883,
32
'tls': False,
33
'ca_file_path': "",
0 commit comments