Ver código fonte

add app.json

Matt Creager 9 anos atrás
pai
commit
042b5dfc92
1 arquivos alterados com 15 adições e 0 exclusões
  1. 15 0
      app.json

+ 15 - 0
app.json

@@ -0,0 +1,15 @@
+{
+  "name": "Parse Server Example",
+  "description": "An example Parse API server using the parse-server module",
+  "repository": "https://github.com/ParsePlatform/parse-server-example",
+  "logo": "https://avatars0.githubusercontent.com/u/1294580?v=3&s=200",
+  "keywords": ["node", "express", "parse"],
+  "env": {
+    "PARSE_MOUNT": {
+      "description": "Configure Parse API route.",
+      "value": "/parse"
+    }
+  },
+  "image": "heroku/nodejs",
+  "addons": ["mongolab"]
+}