Restore server MQTT_CLIENT_ID

master
esensar 2018-10-06 14:22:49 +02:00
parent 3c0644357b
commit d52adf0f39
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ CSRF_SESSION_KEY = "secret"
SECRET_KEY = "?['Z(Z\x83Y \x06T\x12\x96<\xff\x12\xe0\x1b\xd1J\xe0\xd9ld"
# MQTT configuration
MQTT_CLIENT_ID = 'final-iot-backend-server-local2'
MQTT_CLIENT_ID = 'final-iot-backend-server'
MQTT_BROKER_URL = 'broker.hivemq.com'
MQTT_BROKER_PORT = 1883
MQTT_USERNAME = 'user'