We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80271b commit 4a59e91Copy full SHA for 4a59e91
examples/influx_cloud.py
@@ -11,9 +11,9 @@
11
Configure credentials
12
"""
13
influx_cloud_url = 'https://us-west-2-1.aws.cloud2.influxdata.com'
14
-influx_cloud_token = 'a96jOZxh7iUhhZXRupKWGpLBhYnOVeP0hp1AWima2vQy5VCZPonvhHVa2NwpBpevIyQ96kLewS0jaLNC0kycnw=='
15
-bucket = 'QSLHA'
16
-org = 'jakub_bednar'
+influx_cloud_token = '...'
+bucket = '...'
+org = '...'
17
18
client = InfluxDBClient(url=influx_cloud_url, token=influx_cloud_token)
19
try:
0 commit comments