Skip to content

Commit 042b5df

Browse files
author
Matt Creager
committed
add app.json
1 parent 83d73b8 commit 042b5df

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

app.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)