forked from WorldFishCenter/peskas.tracks.app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (15 loc) · 684 Bytes
/
.env.example
File metadata and controls
21 lines (15 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# MongoDB Connection URI
VITE_MONGODB_URI=mongodb+srv://username:password@cluster.mongodb.net/database?retryWrites=true&w=majority
# Mapbox Access Token
VITE_MAPBOX_TOKEN=pk.your_mapbox_token_here
# Map Configuration
# Enable/disable Mapbox analytics events (set to 'false' to disable telemetry)
VITE_ENABLE_MAPBOX_EVENTS=true
# Show/hide Mapbox attribution (set to 'true' to show)
VITE_SHOW_MAPBOX_ATTRIBUTION=false
# Default map style (optional, defaults to satellite)
VITE_DEFAULT_MAP_STYLE=mapbox://styles/mapbox/satellite-v9
# Enable/disable tile caching (set to 'false' to disable)
VITE_ENABLE_TILE_CACHING=true
# Server Port (for local development only)
SERVER_PORT=3001