braces are the problem?

This commit is contained in:
Leif Johansson 2020-03-31 09:08:00 +02:00
parent 93e4fe7c37
commit 9e5a7c109c
No known key found for this signature in database
GPG key ID: D73AD6430AD478D6
2 changed files with 5 additions and 7 deletions

View file

@ -74,7 +74,5 @@ redis_sentinel_ips:
- 94.176.224.9 - 94.176.224.9
- 94.176.224.10 - 94.176.224.10
#influxdb2_org: SwedenConnect influxdb2_org: SwedenConnect
#influxdb2_bucket: eidas influxdb2_bucket: eidas
influxdb2_org: Test
influxdb2_bucket: TestBucket

View file

@ -1,5 +1,5 @@
[[outputs.influxdb_v2]] [[outputs.influxdb_v2]]
urls = ["https://metrics.sunet.se:9999"] urls = ["https://metrics.sunet.se:9999"]
token = "${INFLUXDB2_TOKEN}" token = "$INFLUXDB2_TOKEN"
organization = "${INFLUXDB2_ORG}" organization = "$INFLUXDB2_ORG"
bucket = "${INFLUXDB2_BUCKET}" bucket = "$INFLUXDB2_BUCKET"