# Configuration

Every option is read from config.json at startup. Values align by monospace cell.

key type default
port number 3000
host string "0.0.0.0"
json
{
  "port": 3000,
  "host": "0.0.0.0"
}

// see also: API Reference →