-
Notifications
You must be signed in to change notification settings - Fork 148
Typo in docs #33
Copy link
Copy link
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels