We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d73b8 commit 042b5dfCopy full SHA for 042b5df
app.json
@@ -0,0 +1,15 @@
1
+{
2
+ "name": "Parse Server Example",
3
+ "description": "An example Parse API server using the parse-server module",
4
+ "repository": "https://github.com/ParsePlatform/parse-server-example",
5
+ "logo": "https://avatars0.githubusercontent.com/u/1294580?v=3&s=200",
6
+ "keywords": ["node", "express", "parse"],
7
+ "env": {
8
+ "PARSE_MOUNT": {
9
+ "description": "Configure Parse API route.",
10
+ "value": "/parse"
11
+ }
12
+ },
13
+ "image": "heroku/nodejs",
14
+ "addons": ["mongolab"]
15
+}
0 commit comments