forked from pawanpaudel93/Torrent2GDrive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
30 lines (30 loc) · 1008 Bytes
/
app.json
File metadata and controls
30 lines (30 loc) · 1008 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
{
"name": "Torrent2GDrive",
"description": "Torrent webapp to download to GDrive",
"repository": "https://github.com/pawanpaudel93/Torrent2GDrive",
"logo": "https://raw.githubusercontent.com/pawanpaudel93/Torrent2GDrive/master/Torrent2Drive_frontend/public/img/icons/Torrent2Drive.png",
"keywords": ["node", "express", "webtorrent", "vuejs"],
"buildpacks": [
{
"url": "heroku/nodejs"
}
],
"env": {
"GOOGLE_CLIENT_ID": {
"description": "OAUTH Client ID",
"value": ""
},
"GOOGLE_CLIENT_SECRET": {
"description": "OAUTH Client Secret",
"value": ""
},
"SECRET": {
"description": "SECRET KEY for cookieSession. You can have your custom key.",
"value": "Torrent2Drive@VueJS"
},
"VUE_APP_BASEURL": {
"description": "Base Heroku app URL. It should similar to torrent2-gdrive.herokuapp.com but for your website url",
"value": ""
}
}
}