mqtt prep 9
This commit is contained in:
@@ -65,6 +65,15 @@ NTFY_PASSWORD = ''
|
|||||||
REPORT_PUSHSAFER = False
|
REPORT_PUSHSAFER = False
|
||||||
PUSHSAFER_TOKEN = 'ApiKey'
|
PUSHSAFER_TOKEN = 'ApiKey'
|
||||||
|
|
||||||
|
# MQTT settings
|
||||||
|
# ----------------------
|
||||||
|
REPORT_MQTT = False
|
||||||
|
MQTT_BROKER = '192.168.1.2'
|
||||||
|
MQTT_PORT = 1883
|
||||||
|
MQTT_USER = 'mqtt'
|
||||||
|
MQTT_PASSWORD = 'passw0rd'
|
||||||
|
MQTT_QOS = 0
|
||||||
|
|
||||||
# DynDNS
|
# DynDNS
|
||||||
# ----------------------
|
# ----------------------
|
||||||
# QUERY_MYIP_SERVER = 'https://diagnostic.opendns.com/myip'
|
# QUERY_MYIP_SERVER = 'https://diagnostic.opendns.com/myip'
|
||||||
|
|||||||
Reference in New Issue
Block a user