diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-05-03 15:40:55 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-05-03 15:40:55 +0000 |
commit | 77914b27cf83fb8f6140542ae1d41728aa531603 (patch) | |
tree | ee0be9a12692eae307a73477bfccd717b9d589d8 /README.md | |
parent | 4b11d2dc78912104c2696123b2bd466d41465d4e (diff) | |
parent | 91f28f1639b6b2e382f68fbd651cd24b8255d3a6 (diff) |
Merge branch '1167-maplibre' into 'main'
1167: replace Mapbox with maplibre 10.0.2
See merge request e/os/advanced-privacy!127
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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> ``` |