Database Configuration Beta
The description of any database which is used to store and retrieve information.
Parameters
| Parameter | Description |
|---|---|
| host | Host of the database. |
| port | Port of the database. |
| username | Username for the database. |
| password | Password for the database. |
YAML
version: '1.0' database: timeseries: host: string # Host of the database port: int # Port of the database username: string # Username password: string # Password