add support for specifying scheme for influxdb endpoint url (http vs https).
fixes #258
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user