# 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 # Port for the HTTP server (default: 3000) PORT=3000 # Log level (default: info) # Available levels: debug, info, warn, error # Use "debug" for local development to see all logs LOG_LEVEL=debug