Initial commit: FarmBox edge stack (ESP32 firmware + MQTT bridge + sync agent)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Mosquitto MQTT Broker — FarmBox
|
||||
|
||||
listener 1883
|
||||
listener 9001
|
||||
protocol websockets
|
||||
|
||||
# Без авторизации для локальной сети (можно включить позже)
|
||||
allow_anonymous true
|
||||
|
||||
# Логирование
|
||||
log_dest file /mosquitto/log/mosquitto.log
|
||||
log_type error
|
||||
log_type warning
|
||||
log_type notice
|
||||
log_type information
|
||||
log_timestamp true
|
||||
|
||||
# Персистентность — данные не теряются при перезапуске
|
||||
persistence true
|
||||
persistence_location /mosquitto/data/
|
||||
|
||||
# Лимиты
|
||||
max_connections 100
|
||||
max_packet_size 65536
|
||||
Reference in New Issue
Block a user