Add DEBUG config variable

This commit is contained in:
esensar 2018-04-25 16:02:29 +02:00
parent 3b812d49a9
commit 249c5e9343

View file

@ -1,3 +1,7 @@
# App configuration
DEBUG = False
# MQTT configuration
MQTT_BROKER_URL = 'mybroker.com'
MQTT_BROKER_PORT = 1883
MQTT_USERNAME = 'user'