## Configuration for matterjs-server
## The CLI reads these environment variables directly.
## Uncomment and modify as needed.

## TCP port for the WebSocket server (default: 5580)
#PORT=5580

## Logging level: critical, error, warning, info, debug, verbose (default: info)
#LOG_LEVEL=info

## Log file path (default: none, logs to stdout/journal)
#LOG_FILE=

## Primary network interface for mDNS (default: auto-detect)
#PRIMARY_INTERFACE=

## IP address to bind to (default: all interfaces)
#LISTEN_ADDRESS=

## Enable test-net DCL certificates (default: false)
#ENABLE_TEST_NET_DCL=false

## Disable OTA updates (default: false)
#DISABLE_OTA=false

## Disable the web dashboard (default: false)
#DISABLE_DASHBOARD=false

## Force dashboard production mode (auto-connect to server). Enabled for system
## service installs; disable if running behind a reverse proxy with custom setup.
PRODUCTION_MODE=true
