# TomTom API key - required
# Get your key from https://developer.tomtom.com/
TOMTOM_API_KEY=your_tomtom_api_key_here
# Maps API selection (default: TomTom Maps/standard TomTom APIs)
# Set to "tomtom-orbis-maps" to use TomTom Orbis Maps APIs, otherwise TomTom Maps is used
# MAPS=tomtom-orbis-maps
# This will enable dynamic map tool in the mcp
ENABLE_DYNAMIC_MAPS=true
# Port for the HTTP server (default: 3000)
PORT=3000
# Node environment (development or production)
NODE_ENV=production
# Log level (default: info)
# Available levels: debug, info, warn, error
# Use "debug" for local development to see all logs
LOG_LEVEL=debug