Skip to content

Commit

Permalink
Merge pull request #19151 from influxdata/update-orgid-location-for-a…
Browse files Browse the repository at this point in the history
…rduino

chore: Update orgID location and Token location for Arduino client library boilerplate.
  • Loading branch information
8none1 authored Jul 30, 2020
2 parents c497271 + d510884 commit 48814ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/clientLibraries/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ ESP8266WiFiMulti wifiMulti;
#define WIFI_PASSWORD "PASSWORD"
// InfluxDB v2 server url, e.g. https://eu-central-1-1.aws.cloud2.influxdata.com (Use: InfluxDB UI -> Load Data -> Client Libraries)
#define INFLUXDB_URL "<%= server %>"
// InfluxDB v2 server or cloud API authentication token (Use: InfluxDB UI -> Load Data -> Tokens -> <select token>)
// InfluxDB v2 server or cloud API authentication token (Use: InfluxDB UI -> Data -> Tokens -> <select token>)
#define INFLUXDB_TOKEN "<%= token %>"
// InfluxDB v2 organization id (Use: InfluxDB UI -> Settings -> Profile -> <name under tile> )
// InfluxDB v2 organization id (Use: InfluxDB UI -> User -> About -> Common Ids )
#define INFLUXDB_ORG "<%= org %>"
// InfluxDB v2 bucket name (Use: InfluxDB UI -> Load Data -> Buckets)
// InfluxDB v2 bucket name (Use: InfluxDB UI -> Data -> Buckets)
#define INFLUXDB_BUCKET "<%= bucket %>"
// Set timezone string according to https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html
Expand Down

0 comments on commit 48814ab

Please sign in to comment.