-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
27 lines (27 loc) · 732 Bytes
/
Copy pathapp.json
File metadata and controls
27 lines (27 loc) · 732 Bytes
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": "GRIME",
"description": "Garbage River Interception and Modeling Engine",
"repository": "https://github.com/1inandy/GRIME",
"keywords": [
"fastapi",
"geospatial",
"hydrology",
"environment"
],
"stack": "heroku-26",
"env": {
"MAPBOX_TOKEN": {
"description": "A Mapbox public token (pk.*) used by the dashboard.",
"required": true
},
"CENSUS_API_KEY": {
"description": "Optional Census Bureau API key for live population and environmental-justice data.",
"required": false
},
"GRIME_ALLOWED_ORIGIN": {
"description": "Optional comma-separated list of origins allowed to call the API.",
"required": false
}
},
"success_url": "/"
}