Skip to content

Commit 47f33e5

Browse files
committed
fix: examples
1 parent 50bf3b6 commit 47f33e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/IOx/IOxExample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ public class IOxExample
1111
static async Task Main(string[] args)
1212
{
1313
const string host = "https://us-east-1-1.aws.cloud2.influxdata.com";
14-
const string token = "pIKPXB_0XuG6bL1Nu959JUNvoHiXtZNANp4FMABnDFIVjOD-ZdJjaV7IrmiBPL4ARspL8Y4dWD0qVvUZfcApgg==";
15-
const string database = "database";
14+
const string token = "my-token";
15+
const string database = "my-database";
1616

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

0 commit comments

Comments
 (0)