THE STANDARD / UNS FRAMEWORK

Database Configuration Beta

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

Definition reference · See this in the complete factory example, or follow the YAML walkthrough to create your own.

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