summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2023-05-02 07:44:38 +0200
committerGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2023-05-02 19:48:23 +0200
commit91f28f1639b6b2e382f68fbd651cd24b8255d3a6 (patch)
tree288b9de73308753fc542b134ef574c58766a629c /README.md
parenta0ee04ea9dbc0802c828afdf660eb37dc6fa350f (diff)
1167: replace Mapbox with maplibre 10.0.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9d58239..0b842ed 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,6 @@ This project uses [Sentry](https://sentry.io) for telemetry and crash reports,
You can set them in local.properties
```
MAPBOX_KEY=<insert mapbox public key>
-MAPBOX_SECRET_KEY=<insert mapbox secret key>
SENTRY_DSN=<insert sentry dsn>
```
**IMP: Never add this file to version control.**
@@ -57,7 +56,6 @@ SENTRY_DSN=<insert sentry dsn>
When building in CI environment, we don't have local.properties file. So the following environment variables must be set:
```
export MAPBOX_KEY=<insert mapbox public key>
-export MAPBOX_SECRET_KEY=<insert mapbox secret key>
export SENTRY_DSN=<insert sentry dsn>
```