# Cloudflare Worker Secrets
# These should be set via `wrangler secret put <NAME>` NOT in .env files
# Attio OAuth Application credentials
# Create an OAuth app at: https://build.attio.com/
ATTIO_CLIENT_ID=your_attio_oauth_client_id
ATTIO_CLIENT_SECRET=your_attio_oauth_client_secret
# Worker URL (your deployed worker URL)
# Example: https://attio-oauth-broker.your-subdomain.workers.dev
WORKER_URL=https://your-worker-name.your-subdomain.workers.dev