@4me/asterix-flight.positions
Optional variables
PORT
The port the web application will run on
Example:
PORT=4000
Default value:
3000
LOG_PRETTY
Enable/disable human readable logs. JSON logs will be produced otherwise.
Example:
LOG_PRETTY=1
Default value:
process.env.NODE_ENV === 'development'
LOG_LEVEL
Change the log level. Possible values are fatal, error, warn, info, debug or trace.
Example:
LOG_LEVEL=trace
Default value:
process.env.NODE_ENV === 'development' ? 'debug' : 'info'
SOCK_PATH
The path to the unix socket where ASTERIX messages will be forwarded to.
Example:
SOCK_PATH=/tmp/asterix/asterix.sock
Default value:
/tmp/asterix/asterix.sock
ASTERIX_PORT
The udp port that will listen for ASTERIX messages. Set to an empty string to disable UDP server.
Example:
ASTERIX_PORT=8600
Default value:
8600
IGNORE_TRACK_CORRELATION
If uncorrelated tracks should be ignored or not.
Example:
IGNORE_TRACK_CORRELATION=true