Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 362 Bytes

Readme.md

File metadata and controls

25 lines (18 loc) · 362 Bytes

Errbit-Generator

Generates a fake errbit error.

Usage

npm install
npm run compile
ERRBIT_HOST=$errbit_host \
ERRBIT_PROJECT_ID=$errbit_project_id \
ERRBIT_PROJECT_KEY=$errbit_project_key \
node dist/src/app.js

Optionally, provide

NODE_TLS_REJECT_UNAUTHORIZED=0 \

If you have trouble with self-signed certificates.