11 lines
147 B
Python
11 lines
147 B
Python
|
DEBUG = True
|
||
|
|
||
|
APP_NAME = "smart_homeemulation"
|
||
|
|
||
|
MQTT_SERVER = "localhost"
|
||
|
MQTT_PORT = 1883
|
||
|
MQTT_USER = None
|
||
|
MQTT_PASSWORD = None
|
||
|
|
||
|
CHRISTMAS = True
|