add support for specifying scheme for influxdb endpoint url (http vs https).

fixes #258
This commit is contained in:
Jason Kulatunga
2022-05-23 09:34:16 -07:00
parent 6f283fd736
commit 168ca802d1
4 changed files with 12 additions and 1 deletions
+1
View File
@@ -40,6 +40,7 @@ web:
# and store the information in the config file. If you 're re-using an existing influxdb installation, you'll need to provide
# the `token`
influxdb:
# scheme: 'http'
host: 0.0.0.0
port: 8086
# token: 'my-token'