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
48 lines (38 loc) · 1.73 KB
/
.env
File metadata and controls
48 lines (38 loc) · 1.73 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
36
37
38
39
40
41
42
43
44
45
46
47
48
# 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
# map.et
NEXT_PUBLIC_OSM_CLIENT_ID=4mKsksOmU2sYG89eGwC3kDZlx8TpdfDcrCdNG9jC2bs
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
# map.et
NEXT_PUBLIC_API_KEY_INDOOREQUAL=iek_G1hEzRs6ui45gLffyANZqx3VABYg
# https://manage.thunderforest.com/dashboard
# map.et
NEXT_PUBLIC_API_KEY_THUNDERFOREST=888dd3728126415aa79f95c32475f69d
# https://cloud.maptiler.com/account/keys/
# map.et
NEXT_PUBLIC_API_KEY_MAPTILER=wXkdfqFuTPxhHE97mwnD
# https://graphhopper.com/dashboard/#/apikeys
# map.et
NEXT_PUBLIC_API_KEY_GRAPHHOPPER=d45c047b-c49e-447e-b99e-53481fbc4eee
# https://www.mapillary.com/dashboard/developers
# map.et
NEXT_PUBLIC_API_KEY_MAPILLARY=MLY|24196182176671870|b02882f53f46eb46d896b9c1d2bbf7e1
# 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
# map.et
UMAMI_WEBSITE_ID=d10c2743-bfb7-40ac-8b02-3f2ad8d971dc
# keys for user telemetry
# map.et
NEXT_PUBLIC_UMAMI_ID_OSMAPP=d10c2743-bfb7-40ac-8b02-3f2ad8d971dc
NEXT_PUBLIC_UMAMI_ID_OPENCLIMBING=
NEXT_PUBLIC_HOTJAR_ID_OPENCLIMING=
NEXT_PUBLIC_GTM_ID_OPENCLIMING=
# Use climbingTiles loaded from openclimbing.org (instead of Overpass version)
#NEXT_PUBLIC_ENABLE_CLIMBING_TILES=true