forked from jenkoian/hacktoberfest-checker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
29 lines (29 loc) · 919 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
{
"name": "hacktoberfest-checker",
"description":
"Small app to see if you have fulfilled the requirements for a Hacktoberfest t-shirt.",
"keywords": ["hacktoberfest", "hacktoberfestchecker"],
"website": "https://hacktoberfestchecker.jenko.me",
"repository": "https://github.com/jenkoian/hacktoberfest-checker",
"logo":
"https://github.com/jenkoian/hacktoberfest-checker/blob/master/public/img/og.png?raw=true",
"success_url": "/",
"env": {
"GITHUB_TOKEN": {
"description": "Link: https://github.com/settings/tokens/new",
"required": true
},
"REACT_APP_HOSTNAME": {
"description": "URL of the site where this is deployed to",
"required": true
},
"REACT_APP_API_URL": {
"description": "URL of the API",
"required": true
},
"REACT_APP_GA_CODE": {
"description": "Code for Google Analytics",
"required": false
}
}
}