From 22189421e32f3adf7c63a02389cea3bdc71e1cb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20R=C3=B6tsch?= Date: Thu, 9 Nov 2017 17:32:36 +0100 Subject: [PATCH] feat(heroku): add app.json --- app.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..0123c70 --- /dev/null +++ b/app.json @@ -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": "/" +}