forked from RaidersOfTheLostApp/MoviePublic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
30 lines (28 loc) · 814 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
{
"name": "Raiders Of The Lost App - Movie Master",
"description": "Movie App for your VOD subsciption - Helps you decide what to watch - follow, favorite, search, and get improved recommendations",
"keywords": [
],
"website": "https://raiderofthelostapp.com/",
"repository": "https://github.com/RaidersOfTheLostApp/MovieMaster",
"success_url": "/",
"scripts": {
},
"env": {
"FACEBOOK_CLIENT_ID": {"required": true},
"FACEBOOK_CLIENT_SECRET": {"required": true},
"FACEBOOK_CALLBACK_URL": {"required": true},
"GOOGLE_CLIENT_ID": {"required": true},
"GOOGLE_CLIENT_SECRET": {"required": true},
"GOOGLE_CALLBACK_URL": {"required": true}
},
"addons": [
"heroku-redis",
"heroku-postgresql"
],
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}