mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-06-22 19:17:59 +02:00
updates Readme with new config options
This commit is contained in:
@ -60,6 +60,8 @@ password: root
|
|||||||
database: my_database
|
database: my_database
|
||||||
ssl: True # defaults to True
|
ssl: True # defaults to True
|
||||||
verify_ssl: True # defaults to True
|
verify_ssl: True # defaults to True
|
||||||
|
headers:
|
||||||
|
Host: other-virtual-host.ethz.ch
|
||||||
```
|
```
|
||||||
|
|
||||||
`influxdb_config.yaml`:
|
`influxdb_config.yaml`:
|
||||||
@ -67,6 +69,9 @@ verify_ssl: True # defaults to True
|
|||||||
url: https://database-url.ch
|
url: https://database-url.ch
|
||||||
org: your-org
|
org: your-org
|
||||||
token: <influxdb-token>
|
token: <influxdb-token>
|
||||||
|
verify_ssl: True # defaults to True
|
||||||
|
headers:
|
||||||
|
Host: other-virtual-host.ethz.ch
|
||||||
```
|
```
|
||||||
|
|
||||||
`postgres_development.yaml` / `postgres_production.yaml`:
|
`postgres_development.yaml` / `postgres_production.yaml`:
|
||||||
|
Reference in New Issue
Block a user