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`:
```yaml
host: https://database-url.ch
port: 8086
host: https://influxdb.phys.ethz.ch
port: 443 # defaults to 8086 (default port of influxdb)
username: root
password: root
database: my_database
ssl: True
verify_ssl: True
ssl: True # defaults to True
verify_ssl: True # defaults to True
```
`influxdb_config.yaml`: