# Xero API Configuration
# Create a "Mobile or desktop app" at https://developer.xero.com/app/manage
# Required: Your Xero app's client ID
XERO_CLIENT_ID=your_client_id_here
# Optional: Only needed for Web apps (not PKCE/Desktop apps)
# XERO_CLIENT_SECRET=your_client_secret_here
# Optional: Callback URL (default: http://localhost:3000/callback)
# XERO_REDIRECT_URI=http://localhost:3000/callback