Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 553 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 553 Bytes

Lizard

built with nix

The Service that serves the state.

Purpose

  • Serves the current state of the transport network to its clients
  • Reads the state of the network from the redis.

Service Configuration

Following Environment Variables are read by there service

  • --host host of http server
  • --port port of http server
  • RUST_LOG log level
  • RUST_BACKTRACE stack traces
  • REDIS_HOST host of the redis server
  • REDIS_PORT port of the redis server