Add DEBUG config variable
This commit is contained in:
parent
3b812d49a9
commit
249c5e9343
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
# App configuration
|
||||
DEBUG = False
|
||||
|
||||
# MQTT configuration
|
||||
MQTT_BROKER_URL = 'mybroker.com'
|
||||
MQTT_BROKER_PORT = 1883
|
||||
MQTT_USERNAME = 'user'
|
||||
|
|
Loading…
Add table
Reference in a new issue