Skip to content

Commit

Permalink
Added MAPBOX_API_KEY instructions to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nexovec committed Sep 9, 2024
1 parent 2fd70e5 commit 4b3f933
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Consider setting a more restrictive CORS policy in `CORS_OPTIONS` in `docker/pyt

DO NOT delete the db service in the compose file, as it contains the example database.

Set `MAPBOX_API_KEY` in `.env` which you can generate on [this site](https://account.mapbox.com/access-tokens/), but it requires credit card details, ask your supervisor.

# Český transkript

# Instrukce pro instalaci
Expand Down Expand Up @@ -78,3 +80,5 @@ Pravděpodobně budete muset změnit všechno, co obsahuje slovo secret, udělej
Zvažte nastavení více restriktivní politiky CORS v `CORS_OPTIONS` v `docker/pythonpath_dev/superset_config.py`.

NEMAŽTE službu db v souboru compose, protože obsahuje ukázkovou databázi.

Poskytněte `MAPBOX_API_KEY` v `.env`, který lze vygenerovat na [této stránce](https://account.mapbox.com/access-tokens/), ale vyžaduje to poskytnutí kreditní karty, kontaktujte svého nadřízeného.

0 comments on commit 4b3f933

Please sign in to comment.