docker-stacks/mosquitto/.env.dist
Alexey Skobkin 73cf64a39c
All checks were successful
continuous-integration/drone/pr Build is passing
mosquitto. draft (closes #94).
2024-11-07 23:35:30 +03:00

17 lines
326 B
Plaintext

# Image version for Mosquitto with Go auth plugin
IMAGE_VERSION=latest
# External address binding for Mosquitto ports
BIND_ADDR=127.0.0.1
BIND_PORT_MQTT=1883
BIND_PORT_WS=1884
# Paths for configuration and data persistence
CONFIG_DIR=./config
DATA_DIR=./data
LOG_DIR=./logs
# Logging options
LOG_MAX_SIZE=5m
LOG_MAX_FILE=5