trekkie

TLMS.trekkie.enable

Wether to enable trekkie service

Type: boolean

Default: false

Declared by:

TLMS.trekkie.database.database

Database which should be used

Type: string

Default: "tlms"

Declared by:

TLMS.trekkie.database.host

Database host

Type: string

Default: "127.0.0.1"

Declared by:

TLMS.trekkie.database.passwordFile

password file from which the postgres password can be read

Type: path or Concatenated string

Default: ""

Declared by:

TLMS.trekkie.database.port

Database port

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

Default: 5354

Declared by:

TLMS.trekkie.database.user

Database User to connect as

Type: string

Default: "tlms"

Declared by:

TLMS.trekkie.group

group of systemd user

Type: string

Default: "trekkie"

Declared by:

TLMS.trekkie.grpc.host

To which address trekkie should connect

Type: string

Default: "127.0.0.1"

Declared by:

TLMS.trekkie.grpc.port

On which port the service runs

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

Default: 8080

Declared by:

TLMS.trekkie.host

To which IP trekkie should bind.

Type: string

Default: "0.0.0.0"

Declared by:

TLMS.trekkie.logLevel

log level of the application

Type: string

Default: "info"

Declared by:

TLMS.trekkie.port

To which port should trekkie bind.

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

Default: 8080

Declared by:

TLMS.trekkie.redis.host

redis host

Type: string

Default: "127.0.0.1"

Declared by:

TLMS.trekkie.redis.port

redis port

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

Default: 6379

Declared by:

TLMS.trekkie.saltPath

File from which the password salt can be taken

Type: path or Concatenated string

Default: "/run/secrets/salt_path"

Declared by:

TLMS.trekkie.user

systemd user

Type: string

Default: "trekkie"

Declared by:

Last updated