abf7181475
load_config no longer reads a bgg_username toml key — BGG_USERNAME in the environment is its single home (public, but the account should have exactly one). Docs, messages, and tests updated to match. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
8 lines
233 B
TOML
8 lines
233 B
TOML
# Non-secret knobs for bggpipe. Everything account-related — including
|
|
# your BGG username — lives in .env (see .env.example), not here.
|
|
|
|
photos_dir = "photos"
|
|
data_dir = "data"
|
|
model = "claude-sonnet-5"
|
|
rate_limit_seconds = 2.0
|