-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
31 lines (31 loc) · 907 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
31
{
"name": "jard-client",
"description": "jard imageboard - React client",
"keywords": ["jard", "imageboard", "jard-client"],
"website": "https://jard.buzz/",
"repository": "https://github.com/njuro/jard-client",
"logo": "https://raw.githubusercontent.com/njuro/jard-client/master/public/assets/jard-logo-name.png",
"success_url": "/",
"env": {
"REACT_APP_API_URL": {
"description": "URL of server with running jard API (also with API root - e.g. https://my-jard-server.herokuapp.com/api)",
"required": false
},
"REACT_APP_HCAPTCHA_SITE_KEY": {
"description": "hCaptcha site key (optional, can be enabled on boards)",
"required": false
}
},
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
},
"buildpacks": [
{
"url": "https://github.com/mars/create-react-app-buildpack"
}
],
"stack": "heroku-20"
}