Skip to content

Commit

Permalink
Remove trailing slash from URL
Browse files Browse the repository at this point in the history
There's an issue in influxdb crate with that trailing slash.
  • Loading branch information
oherrala authored Nov 14, 2019
1 parent f57012d commit 1307650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ username = "<your username>"
password = "<your really secret password>"

[influxdb]
url = "<url to InfluxDB, e.g. http://127.0.0.1:8086/>"
url = "<url to InfluxDB, e.g. http://127.0.0.1:8086>"
database = "<your InfluxDB database name>"
```

Expand Down

0 comments on commit 1307650

Please sign in to comment.