# Non-secret configuration for bggpipe. Secrets (ANTHROPIC_API_KEY, # BGG_PASSWORD, BGG_API_TOKEN) come from env vars only and must never # appear here. # The BGG username isn't a secret (it's public on your profile), so it may # live here — but BGG_USERNAME from .env OVERRIDES it, and since upload # needs BGG_USERNAME anyway, .env alone is enough. Cloners: change or # clear this. bgg_username = "ewagoner" photos_dir = "photos" data_dir = "data" model = "claude-sonnet-5" rate_limit_seconds = 2.0