git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 3048b3bf2ed0eb30f2d4548e99cdb3a9868e8dd5

Files: 3048b3bf2ed0eb30f2d4548e99cdb3a9868e8dd5 / 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