fix postgres -> postgresql
This commit is contained in:
parent
8219fb7473
commit
73588a978e
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ try {
|
|||
}
|
||||
}
|
||||
|
||||
process.env.DATABASE_URL = options.postgres
|
||||
process.env.DATABASE_URL = options.postgresql
|
||||
|
||||
var port = process.env.PORT || 3000
|
||||
|
||||
|
|
|
|||
|
|
@ -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