Skip to content

Configuration

 Ilya Atamas edited this page May 8, 2019 · 1 revision

Configuration

Configuration can be managed either by CLI flags or environment variables. Here's the full list of the available options.

Options Env Default Description
--listen <address> NPR_LISTEN_ADDRESS locahost:8080 Address to listen
--silent NPR_SILENT 0 Disable logs
--database <name> NPR_DATABASE memory Database to use
--storage <name> NPR_STORAGE memory Storage to use
Clone this wiki locally