Skip to content

asuthy/bf-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bf-data

Setup

Create config/local.js:

module.exports = {
    connections: {
        production: {
            port: 5432,
            user: 'postgres',
            password: 'password',
            database: 'bfdata',
            client: 'pg',
            poolSize: 10,
            pool: {
                min: 1,
                max: 80
            }
        }
    },
    log: {
        level: 'silly'
    }
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published