-
Notifications
You must be signed in to change notification settings - Fork 2
/
app.json
52 lines (52 loc) · 1.06 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "restify-devise",
"description": "Starter project for a rest api with restify & node-devise",
"keywords": [
"restify",
"render",
"joi",
"passport",
"jwt",
"i18n",
"mongodb",
"mongoose",
"node-devise",
"boilerplate",
"api",
"es6"
],
"website": "https://restify-devise.herokuapp.com",
"repository": "https://github.com/carvalhoviniciusluiz/restify-devise",
"logo": "https://avatars3.githubusercontent.com/u/8597527?v=4&s=400",
"success_url": "/",
"addons": ["mongolab"],
"env": {
"NPM_CONFIG_PRODUCTION": {
"value": "false"
},
"NODE_ENV": {
"value": "production"
},
"PROCESS_TYPE": {
"value": "app"
},
"PORT": {
"value": "8088"
},
"CLIENT_URI": {
"value": "https://github.com/carvalhoviniciusluiz/restify-devise#readme"
},
"MONGODB_URI": {
"value": ""
},
"SECRET_KEY": {
"value": ""
},
"MAILER_KEY": {
"value": ""
},
"MAILER_USER": {
"value": "[email protected]"
}
}
}