Files
influxdb-mcp-server/.env.example
Felix Zösch 3e23474476 Initial commit
2025-12-11 20:30:12 +01:00

14 lines
426 B
Plaintext

# 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