config fixes
This commit is contained in:
parent
426c2f2adf
commit
220a68fcfa
5 changed files with 10 additions and 6 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue