config fixes

This commit is contained in:
Josh Harvey 2016-06-12 17:53:23 +03:00
parent 426c2f2adf
commit 220a68fcfa
5 changed files with 10 additions and 6 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env node
var pgp = require('pg-promise')()
var psqlUrl = require('../lib/options').postgres
var psqlUrl = require('../lib/options').postgresql
var db = pgp(psqlUrl)