Files
wetter-server/.env

17 lines
404 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Davis Vantage Pro 2 Konfiguration
# Serieller Port der Wetterstation
#PORT_PATH=/dev/ttyUSB0
PORT_PATH=/dev/cu.usbserial-0001
# Baudrate (Davis Standard: 19200)
BAUD_RATE=19200
# Pfad zur SQLite-Datenbank
DB_PATH=./data/wetter.db
# Abfrageintervall für LOOP-Daten in Millisekunden (Standard: 30s)
LOOP_INTERVAL_MS=30000
# URL für die HTPP-POSTs der Daten
POST_URL=http://localhost:8001/debug