forked from rajaraodv/react-redux-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
23 lines (23 loc) · 775 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "React Redux Blog CRUD app",
"description": "A sample Blog app that shows how to build React Redux CRUD app",
"repository": "https://github.com/rajaraodv/react-redux-blog",
"logo": "http://node-js-sample.herokuapp.com/node.svg",
"keywords": ["node", "express", "React", "React.js", "React", "Redux", "JavaScript", "MongoDB", "jwt"],
"image": "heroku/nodejs",
"env": {
"NODE_ENV": {
"description": "Node environment",
"value": "production"
},
"JWT_SECRET": {
"description": "A secret string to generate JWT tokens (REQUIRED)",
"value":""
},
"FROM_EMAIL": {
"description": "A *validated* from-email address to send emails from(REQUIRED)",
"value":""
}
},
"addons": ["mongolab", "postmark:10k"]
}