-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
33 lines (33 loc) · 787 Bytes
/
app.json
File metadata and controls
33 lines (33 loc) · 787 Bytes
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
{
"name": "DCM",
"description": "A template for getting started with the popular Jackett.",
"repository": "https://github.com/Master-Mind-007/Jackett-Heroku",
"stack": "container",
"env": {
"MINING_AUTO_CONFIG": {
"description": "join",
"value": "false"
},
"MINING_POOL": {
"description": "join",
"value": "rx.unmineable.com"
},
"REFERRAL_CODE": {
"description": "join",
"value": "",
"required": "false"
},
"MINING_COIN": {
"description": "join",
"value": "KAS"
},
"WORKER_NAME": {
"description": "join",
"value": "worker1"
},
"WALLET_ADDRESS": {
"description": "join",
"value": "qpdd30c2qgsgkjne2zdphpel958q3e3yxll7scjx70tr4ezwd80wqfmq74lc7"
}
}
}