mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: Read MAPBOX_API_KEY from environment (#16926)
This commit is contained in:
committed by
GitHub
parent
c536f713d6
commit
0870a0b046
@@ -72,7 +72,7 @@ SUPERSET_WEBSERVER_TIMEOUT = 60
|
||||
### Why is the map not visible in the geospatial visualization?
|
||||
|
||||
You need to register a free account at [Mapbox.com](https://www.mapbox.com), obtain an API key, and add it
|
||||
to **superset_config.py** at the key MAPBOX_API_KEY:
|
||||
to **.env** and **.env-non-dev** at the key MAPBOX_API_KEY:
|
||||
|
||||
```
|
||||
MAPBOX_API_KEY = "longstringofalphanumer1c"
|
||||
|
||||
Reference in New Issue
Block a user