chemo

TLMS.chemo.enable

Wether to enable chemo service

Type: boolean

Default: false

Declared by:

TLMS.chemo.GRPC

list of grpc endpoint where chemo should send data to

Type: list of (submodule)

Default: [ ]

Declared by:

TLMS.chemo.GRPC.*.host

GRPC: schema://hostname

Type: string

Default: "127.0.0.1"

Declared by:

TLMS.chemo.GRPC.*.name

GRPC name

Type: string

Default: ""

Declared by:

TLMS.chemo.GRPC.*.port

GRPC port

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

Default: 50051

Declared by:

TLMS.chemo.GRPC.*.schema

schema to connect to GRPC

Type: one of “http”, “https”

Default: "http"

Declared by:

TLMS.chemo.database.database

postgres database to use

Type: string

Default: "tlms"

Declared by:

TLMS.chemo.database.host

Database host

Type: string

Default: "127.0.0.1"

Declared by:

TLMS.chemo.database.passwordFile

password file from which the postgres password can be read

Type: path or Concatenated string

Default: ""

Declared by:

TLMS.chemo.database.port

Database port

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

Default: 5354

Declared by:

TLMS.chemo.database.user

user for postgres

Type: string

Default: "chemo"

Declared by:

TLMS.chemo.group

group of systemd user

Type: string

Default: "chemo"

Declared by:

TLMS.chemo.host

To which IP chemo should bind its grpc server.

Type: string

Default: "127.0.0.1"

Declared by:

TLMS.chemo.log_level

log level of the application

Type: string

Default: "info"

Declared by:

TLMS.chemo.port

To which port should chemo bind its grpc_server.

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

Default: 8080

Declared by:

TLMS.chemo.user

systemd user

Type: string

Default: "chemo"

Declared by:

Last updated