git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 3fe491721b1654501282cb46f4e1dff9b1cfd9c7

Files: 3fe491721b1654501282cb46f4e1dff9b1cfd9c7 / 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