Server which handels users, regions and stations. This service is the main point of operation.
$ nix build -L
- SALT_PATH path to file containing the salt that is used for hashing the password
- DATACARE_POSTGRES_HOST host of postgres server
- DATACARE_POSTGRES_PORT port of postgres server
- DATACARE_POSTGRES_USER postgres user
- DATACARE_POSTGRES_DATABASE postgres database to use
- DATACARE_POSTGRES_PASSWORD_PATH password under which the tlms database is protected
management server for tlms
Usage: datacare [OPTIONS]
Options:
--host <HOST> [default: 127.0.0.1]
--port <PORT> [default: 8080]
-s, --swagger
-h, --help Print help information
-V, --version Print version information
documentation can be found here.