Skip to content

Commit 7b96a6d

Browse files
committed
Initialize client library from config file and environmental properties (#52)
1 parent 88e0384 commit 7b96a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/config.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[influx2]
2-
url=http://localhost:9999
2+
url=${env.INFLUXDB_V2_URL}
33
org=my-org
44
token=my-token
55
timeout=6000

0 commit comments

Comments
 (0)