mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
fix(heroku): fixed the installation with heroku
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
48e0fe4593
commit
8166152df5
1 changed files with 3 additions and 3 deletions
6
app.json
6
app.json
|
@ -8,7 +8,7 @@
|
|||
],
|
||||
"website": "https://hedgedoc.org",
|
||||
"repository": "https://github.com/hedgedoc/hedgedoc",
|
||||
"logo": "https://github.com/hedgedoc/hedgedoc/raw/master/public/hedgedoc-icon-1024.png",
|
||||
"logo": "https://github.com/hedgedoc/hedgedoc-logo/raw/main/LOGOTYPE/PNG/HedgeDoc-Logo%201.png",
|
||||
"success_url": "/",
|
||||
"env": {
|
||||
"NPM_CONFIG_PRODUCTION": {
|
||||
|
@ -40,8 +40,8 @@
|
|||
"required": false
|
||||
},
|
||||
"CMD_DOMAIN": {
|
||||
"description": "domain name",
|
||||
"required": false
|
||||
"description": "your instance domain, like `example.herokuapp.com`",
|
||||
"required": true
|
||||
},
|
||||
"CMD_URL_PATH": {
|
||||
"description": "sub url path, like `www.example.com/<URL_PATH>`",
|
||||
|
|
Loading…
Reference in a new issue