Connect to hivemq broker for testing
This commit is contained in:
parent
f4e2ace7b0
commit
05f4abea3c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ CSRF_SESSION_KEY = "secret"
|
|||
SECRET_KEY = "secret"
|
||||
|
||||
# MQTT configuration
|
||||
MQTT_BROKER_URL = 'mybroker.com'
|
||||
MQTT_BROKER_URL = 'broker.hivemq.com'
|
||||
MQTT_BROKER_PORT = 1883
|
||||
MQTT_USERNAME = 'user'
|
||||
MQTT_PASSWORD = 'secret'
|
||||
|
|
Loading…
Add table
Reference in a new issue