fix: migrate heroku DATABASE_URL environment variable

Signed-off-by: BoHong Li <raccoon@hackmd.io>
This commit is contained in:
BoHong Li 2020-03-02 20:10:28 +08:00
parent 48582617ad
commit 6f3292c8a3
No known key found for this signature in database
GPG Key ID: 06770355DC9ECD38
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@
"description": "Let npm also install development build tool",
"value": "false"
},
"CMD_DB_URL": {
"description": "Database URL",
"value": "$DATABASE_URL"
},
"CMD_SESSION_SECRET": {
"description": "Secret used to secure session cookies.",
"required": false