UNPKG

@practica/create-node-app

Version:

Create Node.js app that is packed with best practices AND strive for simplicity

16 lines (15 loc) 248 B
module.exports = { username: 'myuser', password: 'myuserpassword', database: 'shop', host: 'localhost', port: 54320, logging: false, dialect: 'postgres', pool: { max: 10, min: 0, acquire: 30000, idle: 10000, }, };