Database Configuration Beta

The description of any database which is used to store and retrieve information.

Parameters

ParameterDescription
hostHost of the database.
portPort of the database.
usernameUsername for the database.
passwordPassword 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