diff --git a/config/sensorpajen.env.example b/config/sensorpajen.env.example index 8ac0200..88b6490 100644 --- a/config/sensorpajen.env.example +++ b/config/sensorpajen.env.example @@ -5,15 +5,22 @@ MQTT_USER=hasse MQTT_PASSWORD=casablanca MQTT_CLIENT_ID=mibridge -# Sensor Configuration (relative to project root) -SENSOR_CONFIG_FILE=config/sensors.json -DISCOVERED_SENSORS_FILE=config/discovered_sensors.json +# Sensor Configuration +# For system installation (/opt/sensorpajen): Use absolute paths +# SENSOR_CONFIG_FILE=/etc/sensorpajen/sensors.json +# DISCOVERED_SENSORS_FILE=/etc/sensorpajen/discovered_sensors.json +# +# For development installation: Use relative paths (from project root) +# SENSOR_CONFIG_FILE=config/sensors.json +# DISCOVERED_SENSORS_FILE=config/discovered_sensors.json +# +# If not set, defaults will be used based on installation type # Application Settings WATCHDOG_TIMEOUT=5 ENABLE_BATTERY=true LOG_LEVEL=INFO -CONFIG_RELOAD_INTERVAL=900 # 15 minutes in seconds +CONFIG_RELOAD_INTERVAL=900 # ntfy Notifications (optional) NTFY_ENABLED=false