Initial commit
This commit is contained in:
13
.env.example
Normal file
13
.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user