# InfluxDB MCP Server Configuration - Core/Enterprise
# Copy this file to .env and update with your InfluxDB details
# For Cloud Dedicated setup, see env.cloud-dedicated.example
# InfluxDB Instance Configuration
# For local InfluxDB (Docker with port mapping): http://localhost:8181/
# For remote InfluxDB: http://your-influx-host:port/
INFLUX_DB_INSTANCE_URL=http://localhost:8181/
# Your InfluxDB operator/admin/resource token
INFLUX_DB_TOKEN=your_influxdb_token_here
# InfluxDB Product Type: core, enterprise, or cloud-dedicated
# For cloud-dedicated, see env.cloud-dedicated.example
INFLUX_DB_PRODUCT_TYPE=core