mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-06-07 04:50:43 +02:00
docs: using influxdb.phys.ethz.ch as InfluxDBv1 config example
This commit is contained in:
parent
dd8be147ba
commit
597aa035f1
@ -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`:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user