mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2026-01-17 18:09:25 +01:00
docs: using influxdb.phys.ethz.ch as InfluxDBv1 config example
This commit is contained in:
@@ -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`:
|
||||||
|
|||||||
Reference in New Issue
Block a user