1
donnees_meteo/.env.example
2025-11-26 01:03:41 +01:00

15 lines
281 B
Plaintext

INFLUXDB_URL=http://
INFLUXDB_TOKEN=
INFLUXDB_ORG=
INFLUXDB_BUCKET=weather
STATION_LATITUDE=
STATION_LONGITUDE=
STATION_ELEVATION=
# Chronos (prévision)
# CHRONOS_MODEL=amazon/chronos-t5-small
# CHRONOS_CONTEXT=336
# CHRONOS_HORIZON=96
# CHRONOS_RESAMPLE=1h
# CHRONOS_SAMPLES=20