env.example•597 B
# SAP Passport Certificate Configuration
PFX_PATH=./certs/sap.pfx
PFX_PASSPHRASE=your_certificate_passphrase_here
# Optional: Bearer Token Authentication for HTTP MCP Server
# If set, clients must include 'Authorization: Bearer <token>' header
# Leave empty to disable authentication (not recommended for production)
ACCESS_TOKEN=
# Optional: JWT Token Caching
MAX_JWT_AGE_H=12
# Optional: HTTP Server Port (default: 3002)
HTTP_PORT=3002
# Optional: Debug Mode
# Set to 'true' to see browser automation in action
HEADFUL=false
# Optional: Log Level (debug, info, warn, error)
LOG_LEVEL=info