git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 9d67b590db76e98e5b5b7bb977d7e2337173be05

Files: 9d67b590db76e98e5b5b7bb977d7e2337173be05 / config / development.js

274 bytesRaw
1const join = require('path').join
2
3module.exports = {
4 db: {
5 client: 'pg',
6 connection: {
7 host : 'localhost',
8 user : 'postgres',
9 //password : 'postgres',
10 database : 'postgres'
11 },
12 pool: {
13 min: 0,
14 max: 1
15 }
16 }
17}
18

Built with git-ssb-web