# Copy to .env and fill in. Both files in this directory load .env # automatically via docker compose; ./env.example is committed, .env # is gitignored. # InfluxDB v2 admin user (created on first boot). INFLUX_USERNAME=admin INFLUX_PASSWORD=change-me-strong-password-here # Admin token used by Home Assistant (writes) and Grafana (reads). # Generate one with: openssl rand -hex 32 INFLUX_TOKEN=replace-with-a-real-token-from-openssl-rand-hex-32 # Grafana admin password (UI login as "admin"/this value). GRAFANA_PASSWORD=change-me-too # Public hostnames if you're putting either service behind a reverse # proxy. Leave blank for localhost-only access. INFLUX_PUBLIC_HOST= GRAFANA_PUBLIC_HOST=