data-accumulator

TLMS.dataAccumulator.enable

Wether to enable data accumulator service

Type: boolean

Default: false

Declared by:

TLMS.dataAccumulator.GRPC

list of grpc endpoint where data-accumulator should send data to

Type: list of (submodule)

Default: [ ]

Declared by:

TLMS.dataAccumulator.GRPC.*.host

GRPC: schema://hostname

Type: string

Default: "127.0.0.1"

Declared by:

TLMS.dataAccumulator.GRPC.*.name

GRPC name

Type: string

Default: ""

Declared by:

TLMS.dataAccumulator.GRPC.*.port

GRPC port

Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default: 50051

Declared by:

TLMS.dataAccumulator.GRPC.*.schema

schema to connect to GRPC

Type: one of “http”, “https”

Default: "http"

Declared by:

TLMS.dataAccumulator.database.database

postgres database to use

Type: string

Default: "tlms"

Declared by:

TLMS.dataAccumulator.database.host

Database host

Type: string

Default: "127.0.0.1"

Declared by:

TLMS.dataAccumulator.database.passwordFile

password file from which the postgres password can be read

Type: path or Concatenated string

Default: ""

Declared by:

TLMS.dataAccumulator.database.port

Database port

Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default: 5354

Declared by:

TLMS.dataAccumulator.database.user

user for postgres

Type: string

Default: "data-accumulator"

Declared by:

TLMS.dataAccumulator.group

group of systemd user

Type: string

Default: "data-accumulator"

Declared by:

TLMS.dataAccumulator.host

To which IP data-accumulator should bind.

Type: string

Default: "127.0.0.1"

Declared by:

TLMS.dataAccumulator.log_level

log level of the application

Type: string

Default: "info"

Declared by:

TLMS.dataAccumulator.port

To which port should data-accumulator bind.

Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default: 8080

Declared by:

TLMS.dataAccumulator.user

systemd user

Type: string

Default: "data-accumulator"

Declared by:

Last updated