mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
mqtt prep 9
This commit is contained in:
@@ -65,6 +65,15 @@ NTFY_PASSWORD = ''
|
||||
REPORT_PUSHSAFER = False
|
||||
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
|
||||
# ----------------------
|
||||
# QUERY_MYIP_SERVER = 'https://diagnostic.opendns.com/myip'
|
||||
|
||||
Reference in New Issue
Block a user