datacare

TLMS.datacare.enable

Wether to enable datacare: TLMS colorful and clicky registration tool

Type: boolean

Default: false

Declared by:

TLMS.datacare.allowedIpsExport

List of Ip Prefixes that should have access to the export endpoint

Type: list of Concatenated string

Default: [ ]

Declared by:

TLMS.datacare.cookieDomain

domain of the api

Type: string

Default: "tlm.solutions"

Declared by:

TLMS.datacare.database.database

postgres database that should be used

Type: string

Default: "tlms"

Declared by:

TLMS.datacare.database.host

file from where the postgres password can be read

Type: string

Default: "127.0.0.1"

Declared by:

TLMS.datacare.database.passwordFile

file from where the postgres password can be read

Type: string or path

Default: ""

Declared by:

TLMS.datacare.database.port

port of the postgres database

Type: signed integer

Default: 5070

Declared by:

TLMS.datacare.database.user

user of the postgres database

Type: string

Default: "datacare"

Declared by:

TLMS.datacare.group

group of systemd user

Type: string

Default: "datacare"

Declared by:

TLMS.datacare.http.host

host of datacare

Type: string

Default: "127.0.0.1"

Declared by:

TLMS.datacare.http.port

port of datacare

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

Default: 5070

Declared by:

TLMS.datacare.log_level

log level of the application

Type: string

Default: "datacare"

Declared by:

TLMS.datacare.redis.host

Host on which redis is listening

Type: string

Default: "127.0.0.1"

Declared by:

TLMS.datacare.redis.port

Redis port

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

Default: 6379

Declared by:

TLMS.datacare.rustBacktrace

rust backtrace

Type: string

Default: "FULL"

Declared by:

TLMS.datacare.saltFile

file from where the salt can be read

Type: string or path

Default: ""

Declared by:

TLMS.datacare.user

systemd user

Type: string

Default: "datacare"

Declared by:

Last updated