1.0.2 • Published 10 months ago

bull-board-simple v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

BULL BOARD SIMPLE

A Simple bull board for developer to monit bull queue

Installation

npm install -g bull-board-simple

Start bull board

QUEUES="events" PASSWORD=123 PREFIX="pre" REDIS_HOST=localhost REDIS_PORT=6379 REDIS_PASSWORD="" bull-board-simple

Default values:

  • REDIS_HOST=localhost
  • REDIS_PORT=6379
  • REDIS_PASSWORD=""
  • PASSWORD=123456