feat(heroku): add app.json

This commit is contained in:
Benedikt Rötsch
2017-11-09 17:32:36 +01:00
parent deac8b57fc
commit 22189421e3

12
app.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "The Example App",
"description": "This is \"The Example App\", a reference for building your own applications using Contentful.",
"keywords": [
"contentful",
"example"
],
"website": "https://www.contentful.com/",
"repository": "https://github.com/contentful/the-example-app.nodejs",
"logo": "https://the-example-app-nodejs.herokuapp.com/images/logo-node.svg",
"success_url": "/"
}