mirror of
https://github.com/status-im/codimd.git
synced 2025-02-17 08:57:19 +00:00
fix: migrate heroku DATABASE_URL environment variable
Signed-off-by: BoHong Li <raccoon@hackmd.io>
This commit is contained in:
parent
48582617ad
commit
6f3292c8a3
4
app.json
4
app.json
@ -15,6 +15,10 @@
|
|||||||
"description": "Let npm also install development build tool",
|
"description": "Let npm also install development build tool",
|
||||||
"value": "false"
|
"value": "false"
|
||||||
},
|
},
|
||||||
|
"CMD_DB_URL": {
|
||||||
|
"description": "Database URL",
|
||||||
|
"value": "$DATABASE_URL"
|
||||||
|
},
|
||||||
"CMD_SESSION_SECRET": {
|
"CMD_SESSION_SECRET": {
|
||||||
"description": "Secret used to secure session cookies.",
|
"description": "Secret used to secure session cookies.",
|
||||||
"required": false
|
"required": false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user