pdf-bot icon indicating copy to clipboard operation
pdf-bot copied to clipboard

Typo in docs

Open Simpey opened this issue 6 years ago • 0 comments

var pgsql = require('pdf-bot/src/db/pgsql')

module.exports = {
  api: {
    token: 'api-token'
  },
  db: pgsql({
    database: 'pdfbot',
    username: 'pdfbot',
    password: 'pdfbot',
    port: 5432
  }),
  webhook: {
    secret: '1234',
    url: 'http://localhost:3000/webhooks/pdf'
  }
}

Can you change pls "username" to "user" cause it's the the correct option there?

Simpey avatar Nov 18 '19 17:11 Simpey