7 lines
145 B
Bash
7 lines
145 B
Bash
# Config File for Mosquitto MQTT Application
|
|
# Port Configuration Mosquitto MQTT
|
|
MQTT_PORT=1883
|
|
MQTT_TLS_PORT=8883
|
|
|
|
# Timezone
|
|
TZ="Europe/Berlin" |