# The pricing engine key is NOT stored here — you add it inside the app:
#   open the app → Setup tab → paste your Anthropic key → Save.

# Vision model.
ANTHROPIC_MODEL=claude-sonnet-4-6

# Port the bot listens on (the app is served here too).
PORT=5050

# Parallel lookups (1-8).
CONCURRENCY=3

# Retries per cert if the first lookup comes back empty.
PER_CERT_RETRIES=2

# CardLadder search URL. {cert} is replaced automatically.
CARDLADDER_URL=https://app.cardladder.com/search?cert={cert}&grader={grader}

# How the bot attaches to the Brave window it opens.
CDP_URL=http://localhost:9222
