.env.local.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
TILE_SERVER_URL
Tile Server URL provides map tile imagery
STAC_CATALOG_URL
STAC Catalog URL provides access to geospatial data catalog
UTILITY_API_URL
Utility API URL provides web app utility functions (S3, Bedrock, quotas)
MODEL_RUNNER_API_URL
Model Runner API URL provides ML model execution services
GEO_AGENTS_MCP_URL
Geo Agents MCP URL provides geospatial agent services
STAC_LOADER_MCP_URL
STAC Loader MCP URL (optional) MCP endpoint for the STAC loader service
MCP_SERVER_URL
Local MCP server URL (used for development against a self-hosted MCP server) Default: http://localhost:3001
DETECTION_BRIDGE_BUCKET
Detection bridge S3 bucket target bucket for detection bridge results
KINESIS_STREAM_NAME
Kinesis Stream Name Model Runner detection output stream Auto-derived from account ID at deploy time (mr-stream-sink-{account_id}). Only…
TOOL_CALL_LIMIT
Maximum tool calls per chat turn before the agent stops automatically. Default: 20
OIDC_AUTHORITY
OIDC Authority authentication server endpoint Server-side only (used by NextAuth); never exposed to the client.
NEXTAUTH_URL
NextAuth Configuration NextAuth URL the base URL of your application (use localhost for local dev)
NEXTAUTH_CLIENT_ID
NextAuth Client ID OAuth client identifier
NEXTAUTH_SECRET
secret
NextAuth Secret used to encrypt JWT tokens (generate with: openssl rand -base64 32)