Skip to content

FATH-Mechatronics/TANlockManager-Server

Repository files navigation

TANlock Manager - Server

REST Server Component for the TANlock Manager

Build Status

Build and Run

# Init 
$ yarn

# Build TypeScript
$ yarn build

# Run Productive
$ node .

Configuration

The Server can be configured by a config.json in the current working directory.

{
  "basePath": "/etc/tanlockmanager"
}

Possible Values

Key Type Default
basePath string %APPDATA%\tanlockmanager or $HOME/.config/tanlockmanager