.env.example•720 B
# ALA MCP Server Configuration
# Copy this file to .env and customize as needed
# ALA API Configuration
# Base URL for the ALA Biocache Web Services API
# Both biocache-ws.ala.org.au and biocache.ala.org.au work identically
# OpenAPI spec: https://biocache.ala.org.au/ws/v3/api-docs
# Swagger UI: https://biocache.ala.org.au/ws/swagger-ui/index.html
ALA_BASE_URL=https://biocache-ws.ala.org.au/ws
ALA_DEFAULT_TIMEOUT=30
# Server Configuration
ALA_LOG_LEVEL=INFO # DEBUG, INFO, WARNING, ERROR, CRITICAL
# Optional: JWT API Authentication (Bearer token)
# Required for: assertion management, user properties
# Most read/search endpoints are publicly accessible without authentication
# ALA_API_KEY=your-jwt-token-here