fix postgres -> postgresql
This commit is contained in:
parent
8219fb7473
commit
73588a978e
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue