Skip to content

Commit

Permalink
164796899-feature: pagination support for articles
Browse files Browse the repository at this point in the history
- add app.json for heroku build

[Delivers #164796899]
  • Loading branch information
chikeozulumba committed Apr 19, 2019
1 parent 4b4eacb commit 64bd55d
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"name": "cosmos-ah-backend",
"description": "",
"scripts": {},
"env": {
"BASE_URL": {
"required": true
},
"FACEBOOK_APP_SECRET": {
"required": true
},
"FACEBOOK_CLIENT_ID": {
"required": true
},
"GOOGLE_APP_SECRET": {
"required": true
},
"GOOGLE_CLIENT_ID": {
"required": true
},
"JWTKEY": {
"required": true
},
"LINKEDIN_CLIENTID": {
"required": true
},
"LINKEDIN_CLIENTSERVICE": {
"required": true
},
"NODE_ENV": {
"required": true
},
"PRODUCTION_STAGE": {
"required": true
},
"SENDGRID_API_KEY": {
"required": true
},
"TWITTER_CONSUMER_KEY": {
"required": true
},
"TWITTER_CONSUMER_SECRET": {
"required": true
}
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": ["heroku-postgresql"],
"buildpacks": [
{
"url": "heroku/nodejs"
}
],
"stack": "heroku-18"
}

0 comments on commit 64bd55d

Please sign in to comment.