Closed alekbarszczewski closed 6 years ago
const boss = new PgBoss('postgres://localhost/my_db')
throws error:
var auth = params.auth.split(':'); TypeError: Cannot read property 'split' of null at parseConnectionString (.../node_modules/pg-boss/lib/db.js:46:30)
(During local development I use Postgres databases without user/pass)
I have the user/pass validation removed in the upcoming 3.0 release.
throws error:
(During local development I use Postgres databases without user/pass)