# Required environment variables
CLICKUP_CLIENT_ID=your_client_id_here
CLICKUP_CLIENT_SECRET=your_client_secret_here
CLICKUP_REDIRECT_URI=http://localhost:3000/oauth/clickup/callback
# Optional environment variables
PORT=3000
LOG_LEVEL=info # Possible values: error, warn, info, debug
NODE_ENV=development # Possible values: development, production
CLICKUP_API_VERSION=v2 # Possible values: v2, v3