docs: using influxdb.phys.ethz.ch as InfluxDBv1 config example

This commit is contained in:
Mose Mueller 2024-12-17 10:54:35 +01:00
parent dd8be147ba
commit 597aa035f1

View File

@ -53,13 +53,13 @@ Example content for the configuration files:
`influxdbv1_config.yaml`: `influxdbv1_config.yaml`:
```yaml ```yaml
host: https://database-url.ch host: https://influxdb.phys.ethz.ch
port: 8086 port: 443 # defaults to 8086 (default port of influxdb)
username: root username: root
password: root password: root
database: my_database database: my_database
ssl: True ssl: True # defaults to True
verify_ssl: True verify_ssl: True # defaults to True
``` ```
`influxdb_config.yaml`: `influxdb_config.yaml`: