diff --git a/settings.py b/settings.py
index 48d48a4efe99c3bef1480062e5ce4adce097f8c7..f2d7d443d0bb205f71c721b4270c464e903c1ac9 100644
--- a/settings.py
+++ b/settings.py
@@ -37,7 +37,7 @@ DATA_LOGGING_CONFIG = {
 
 # MQTT configuration parameters
 MQTT_LOGGING_CONFIG = {
-    'broker': 'ohmpy.umons.ac.be',
+    'hostname': 'ohmpy.umons.ac.be',
     'port': 1883,
     'qos': 0,
     'retain': False,