Add Heroku generated app.json
This commit is contained in:
Родитель
481ff41392
Коммит
441751b350
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "network-pulse-api",
|
||||
"scripts": {
|
||||
},
|
||||
"env": {
|
||||
"client_id": {
|
||||
"required": true
|
||||
},
|
||||
"client_secret": {
|
||||
"required": true
|
||||
},
|
||||
"CORS_ORIGIN_WHITELIST": {
|
||||
"required": true
|
||||
},
|
||||
"redirect_uris": {
|
||||
"required": true
|
||||
}
|
||||
},
|
||||
"formation": {
|
||||
},
|
||||
"addons": [
|
||||
"heroku-postgresql"
|
||||
],
|
||||
"buildpacks": [
|
||||
{
|
||||
"url": "heroku/python"
|
||||
}
|
||||
]
|
||||
}
|
Загрузка…
Ссылка в новой задаче