Skip to content

Commit

Permalink
Add app.json config for review apps
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrytrager committed Nov 7, 2016
1 parent e811403 commit 6dd0e91
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app.json
@@ -0,0 +1,12 @@
{
"name": "Rails Base API",
"description": "Skeleton for new Rails 4 application for REST API",
"env": {
"ALLOW_REQUESTS_FROM": { "required": true },
"RACK_ENV": { "required": true },
"SECRET_KEY_BASE": { "required": true }
},
"addons": [
"heroku-postgresql:hobby-dev"
]
}

0 comments on commit 6dd0e91

Please sign in to comment.