# InfluxDB v2 Configuration # Copy this file to .env and fill in your values # InfluxDB server URL (required) INFLUX_URL=http://localhost:8086 # InfluxDB authentication token (required) # Generate a token in InfluxDB UI: Data -> API Tokens INFLUX_TOKEN=your_influxdb_token_here # Default organization name (optional) # If not provided, the server will use the first available organization INFLUX_ORG=your_organization_name