-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (16 loc) · 948 Bytes
/
Copy path.env.example
File metadata and controls
19 lines (16 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ==============================================================================
# Geovara - Environment Variables Example
# Copy this file to `.env.local` or `.env` and fill in the required values.
# ==============================================================================
# [AI Engine] Google Gemini API Key
# Required for AI Prompt (Natural Language to GeoJSON transformation & queries)
# Get your API key at: https://aistudio.google.com/app/apikey
GEMINI_API_KEY="your-gemini-api-key-here"
# [3D Engine] Cesium Ion Access Token (Optional)
# Optional: Used for Cesium 3D World Terrain & photorealistic 3D building tilesets.
# If omitted, Geovara will smoothly fallback to standard WGS84 Ellipsoid 3D Globe.
# Get your free token at: https://cesium.com/ion/tokens
NEXT_PUBLIC_CESIUM_ION_TOKEN=""
# [Application URL] (Optional)
# Base URL for canonical URLs, OpenGraph, and sitemap generation.
NEXT_PUBLIC_APP_URL="http://localhost:9002"