forked from pavelk2/social-feed-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
28 lines (28 loc) · 879 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
{
"name": "Social-feed-server",
"description": "A server proxy for requests to social networks from Social-feed",
"repository": "https://github.com/pavelk2/social-feed-server",
"keywords": ["express", "social-feed","social-networks"],
"env": {
"HEROKU_URL": {
"description": "The URL of this Heroku app.",
"value": "http://YOURAPPNAME.herokuapp.com"
},
"FACEBOOK_TOKEN": {
"description": "Place here your facebook app access_token",
"required": false
},
"GOOGLE_TOKEN": {
"description": "Place here your google app access_token",
"required": false
},
"INSTAGRAM_CLIENT_ID": {
"description": "Place here your instagram application client_id",
"required": false
},
"CORS_URL": {
"description": "The url from which requests are sent via browser",
"required": true
}
}
}