fix postgres -> postgresql

This commit is contained in:
Josh Harvey 2016-06-06 20:09:55 +03:00
parent 8219fb7473
commit 73588a978e
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ module.exports = function (options) {
var server
var lamassuConfig
connectionString = options.postgres ||
connectionString = options.postgresql ||
'postgres://lamassu:lamassu@localhost/lamassu'
lamassuConfig = new LamassuConfig(connectionString)