Skip to content

Commit

Permalink
doc: Add documentation about how to connect to Influx Cloud (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Oct 11, 2019
1 parent 9c22b3f commit 3eb76bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/influx_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
Configure credentials
"""
influx_cloud_url = 'https://us-west-2-1.aws.cloud2.influxdata.com'
influx_cloud_token = 'a96jOZxh7iUhhZXRupKWGpLBhYnOVeP0hp1AWima2vQy5VCZPonvhHVa2NwpBpevIyQ96kLewS0jaLNC0kycnw=='
bucket = 'QSLHA'
org = 'jakub_bednar'
influx_cloud_token = '...'
bucket = '...'
org = '...'

client = InfluxDBClient(url=influx_cloud_url, token=influx_cloud_token)
try:
Expand Down

0 comments on commit 3eb76bd

Please sign in to comment.