# Synergy/DE Documentation Base URL
# Default: https://www.synergex.com/docs/
SYNERGYDE_DOC_BASE_URL=https://www.synergex.com/docs/
# Default documentation version to use
# Options: "latest", "12.3", "11.1.1", etc.
# Default: "latest"
SYNERGYDE_DOC_DEFAULT_VERSION=latest
# Optional: Path to local documentation directory
# If set, the server will use a Local→Online fallback strategy:
# 1. Try to read from local files first
# 2. Fallback to online documentation if local file not found
# The path must exist and be readable, or the server will fail to start.
# Leave empty to use online documentation only
SYNERGYDE_LOCAL_DOC_PATH=
# Cache directory for storing fetched and parsed topics
# Default: ./cache
SYNERGYDE_CACHE_DIR=./cache
# Logging level
# Options: debug, info, warn, error
# Default: info
LOG_LEVEL=info