-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathapp.json
43 lines (43 loc) · 1020 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "nitrsnip deploy",
"description": "",
"repository": "https://github.com/yafyz/nitrsnip_deploy",
"buildpacks": [{
"url": "heroku/nodejs"
},
{
"url": "heroku-community/apt"
}
],
"env": {
"d_token": {
"required": true
},
"d_webhook": {
"required": true
},
"d_err_webhook": {
"required": false
},
"read_messages_on_redeem_account": {
"required": true,
"value": "true"
},
"use_multiple_tokens": {
"required": true,
"value": "false"
},
"tokens": {
"required": false
},
"show_messages": {
"required": true,
"value": "false"
},
"is_heroku": {
"description": "DO NOT CHANGE",
"required": true,
"value": "true"
}
}
}