Connect to hivemq broker for testing
parent
f4e2ace7b0
commit
05f4abea3c
|
@ -27,7 +27,7 @@ CSRF_SESSION_KEY = "secret"
|
||||||
SECRET_KEY = "secret"
|
SECRET_KEY = "secret"
|
||||||
|
|
||||||
# MQTT configuration
|
# MQTT configuration
|
||||||
MQTT_BROKER_URL = 'mybroker.com'
|
MQTT_BROKER_URL = 'broker.hivemq.com'
|
||||||
MQTT_BROKER_PORT = 1883
|
MQTT_BROKER_PORT = 1883
|
||||||
MQTT_USERNAME = 'user'
|
MQTT_USERNAME = 'user'
|
||||||
MQTT_PASSWORD = 'secret'
|
MQTT_PASSWORD = 'secret'
|
||||||
|
|
Loading…
Reference in New Issue