Dashboard / Settings
Settings
Provider configuration is read from environment variables. Restart the dev server after changing `.env`.
Provider mode
mock
Default currency
USD
| Source | Status | Env vars |
|---|---|---|
| eBay | Using mocks (mode=mock) | EBAY_CLIENT_ID, EBAY_CLIENT_SECRET |
| StockX | Using mocks (mode=mock) | STOCKX_API_BASE_URL, STOCKX_API_KEY |
| GOAT | Using mocks (mode=mock) | GOAT_API_BASE_URL, GOAT_API_KEY |
| LEGO lookup | Local DB (~12k sets) + Rebrickable + Brickset | REBRICKABLE_API_KEY, BRICKSET_API_KEY |
Prices auto-refresh when you open the dashboard if quotes are older than 12 hours, plus a daily Vercel Cron backup. Use Refresh prices on the dashboard to run all collections immediately.
See the project README and `.env.example` for setup details. StockX and GOAT have no public official APIs — point the HTTP adapters at a third-party data provider when you are ready for live data. Free Rebrickable keys expand LEGO set search beyond the built-in catalog.