mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
build: update app.json add buildpacks
This commit is contained in:
parent
b189cae449
commit
e8249ee0f3
14
app.json
14
app.json
@ -8,13 +8,21 @@
|
||||
"stack": "container",
|
||||
"keywords": ["plane", "project management", "django", "next"],
|
||||
"addons": ["heroku-postgresql:mini", "heroku-redis:mini"],
|
||||
"buildpacks": [
|
||||
{
|
||||
"url": "https://github.com/heroku/heroku-buildpack-python.git"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/heroku/heroku-buildpack-nodejs#v176"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"EMAIL_HOST": {
|
||||
"description": "Email host to send emails from",
|
||||
"value": ""
|
||||
},
|
||||
"EMAIL_HOST_USER": {
|
||||
"description" : "Email host to send emails from",
|
||||
"description": "Email host to send emails from",
|
||||
"value": ""
|
||||
},
|
||||
"EMAIL_HOST_PASSWORD": {
|
||||
@ -22,7 +30,7 @@
|
||||
"value": ""
|
||||
},
|
||||
"AWS_REGION": {
|
||||
"description" : "AWS Region to use for S3",
|
||||
"description": "AWS Region to use for S3",
|
||||
"value": "false"
|
||||
},
|
||||
"AWS_ACCESS_KEY_ID": {
|
||||
@ -66,4 +74,4 @@
|
||||
"value": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user