Skip to content

Commit 6f3292c

Browse files
committed
fix: migrate heroku DATABASE_URL environment variable
Signed-off-by: BoHong Li <raccoon@hackmd.io>
1 parent 4858261 commit 6f3292c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"description": "Let npm also install development build tool",
1616
"value": "false"
1717
},
18+
"CMD_DB_URL": {
19+
"description": "Database URL",
20+
"value": "$DATABASE_URL"
21+
},
1822
"CMD_SESSION_SECRET": {
1923
"description": "Secret used to secure session cookies.",
2024
"required": false

0 commit comments

Comments
 (0)