-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathapp.json
27 lines (27 loc) · 926 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
{
"name": "open-source-immersion-checker",
"description": "Small app to see if you have fulfilled the requirements for a Open Source Immersion.",
"keywords": ["opensource-immersion", "opensource immersion"],
"website": "https://osimmersion.herokuapp.com",
"repository": "https://github.com/prondubuisi/pr-checker",
"logo": "https://user-images.githubusercontent.com/22311928/88468217-25c2c280-ced8-11ea-949c-515ecff1036e.png",
"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
}
}
}