forked from zbycz/osmapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
35 lines (27 loc) · 1.51 KB
/
.env
File metadata and controls
35 lines (27 loc) · 1.51 KB
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
28
29
30
31
32
33
34
35
# This file contains API KEYs for osmapp.org and local development
# - If you want to deploy this project publicly, please obtain your own api keys.
# - You may add override values to `.env.local` file (ignored by git)
# - Keys prefixed with NEXT_PUBLIC_* are exposed to the client side
# https://www.openstreetmap.org/oauth2/applications
NEXT_PUBLIC_OSM_CLIENT_ID=vWUdEL3QMBCB2O9q8Vsrl3i2--tcM34rKrxSHR9Vg68
NEXT_PUBLIC_ENABLE_TEST_API=
NEXT_PUBLIC_OSM_TEST_CLIENT_ID=a_f_aB7ADY_kdwe4YHpmCSBtNtDZ-BitW8m5I6ijDwI
# https://indoorequal.com/dashboard/apikeys
# optional, fill blank to disable
NEXT_PUBLIC_API_KEY_INDOOREQUAL=iek_yRGaKXYLOv8Qz4tJMzQBj326n2Xa
# https://manage.thunderforest.com/dashboard
NEXT_PUBLIC_API_KEY_THUNDERFOREST=18c0cb31f2fd41d28ac90abe4059e359
# https://cloud.maptiler.com/account/keys/
NEXT_PUBLIC_API_KEY_MAPTILER=7dlhLl3hiXQ1gsth0kGu
# https://graphhopper.com/dashboard/#/apikeys
NEXT_PUBLIC_API_KEY_GRAPHHOPPER=f189b841-6529-46c6-8a91-51f17477dcda
# https://us.umami.is/websites - this key is for development only, prod code in vercel
# Umami anylytics is used to track server load only. We don't want to track clicks in browser.
# optional, fill blank to disable
UMAMI_WEBSITE_ID=5e4d4917-9031-42f1-a26a-e71d7ab8e3fe
# keys for user telemetry
NEXT_PUBLIC_UMAMI_ID_OSMAPP=
NEXT_PUBLIC_UMAMI_ID_OPENCLIMBING=85c41d25-1a2a-4168-9786-a442a92e6171
NEXT_PUBLIC_GTM_ID_OPENCLIMING=G-XCHYKP28FT
# Use climbingTiles served from openclimbing.org (instead of Overpass version)
#NEXT_PUBLIC_ENABLE_CLIMBING_TILES=true