-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
42 lines (42 loc) · 958 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "Fine Dashboard",
"description": " A damn fine dashboard powered by Refine, Supabase, Redux RTK and friends.",
"keywords": [
"dashboard",
"refine",
"supabase",
"rtk",
"redux",
"redux toolkit"
],
"repository": "https://github.com/wiseaidev/fine-dashboard",
"buildpacks": [
{
"url": "heroku/nodejs"
}
],
"env": {
"REACT_APP_SUPABASE_URL": {
"description": "Your Supabase URL.",
"value": "APP_SUPABASE_URL",
"required": true
},
"REACT_APP_SUPABASE_ANON_KEY": {
"description": "Your Supabase anon key.",
"value": "APP_SUPABASE_ANON_KEY",
"required": true
},
"REACT_APP_GOOGLE_KEY": {
"description": "Your Google credentials key.",
"value": "APP_GOOGLE_KEY",
"required": true
}
},
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
},
"stack": "heroku-22"
}