Skip to content

Commit

Permalink
fix: fix heroku configuration file (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Jul 7, 2021
1 parent b2df822 commit 09994e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
"value": "",
"required": true
},
"DB_CONNECTION": {
"description": "Database connection to use.",
"value": "pgsql",
"required": true
},
"APP_ENV": {
"description": "Set to 'production' by default, or set it to 'local' if you want to install the app as a development version.",
"value": "production",
Expand Down

0 comments on commit 09994e4

Please sign in to comment.