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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue