Skip to content

Commit

Permalink
fix: examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Sep 27, 2023
1 parent 50bf3b6 commit 47f33e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/IOx/IOxExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ public class IOxExample
static async Task Main(string[] args)
{
const string host = "https://us-east-1-1.aws.cloud2.influxdata.com";
const string token = "pIKPXB_0XuG6bL1Nu959JUNvoHiXtZNANp4FMABnDFIVjOD-ZdJjaV7IrmiBPL4ARspL8Y4dWD0qVvUZfcApgg==";
const string database = "database";
const string token = "my-token";
const string database = "my-database";

using var client = new InfluxDBClient(host: host, token: token, database: database);

Expand Down

0 comments on commit 47f33e5

Please sign in to comment.