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