max / makenotwork
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+7 insertions,
-0 deletions
| @@ -42,3 +42,10 @@ | |||
| 42 | 42 | # builds the catalog alone. See multithreaded/deploy/README.md. | |
| 43 | 43 | # MT_HARNESS_PASSWORD= | |
| 44 | 44 | # MT_HARNESS_REDIRECT_URI=https://<mt-host>/auth/callback | |
| 45 | + | ||
| 46 | + | # Optional: the demo-buyer phase of `--seed-examples`. Set on a testnot box to | |
| 47 | + | # have the reseed create the `demo_collector` account and its purchase history, | |
| 48 | + | # which is what makes /library shootable for the landing carousel. Leave unset | |
| 49 | + | # anywhere else and the seed builds the catalog without a buyer. The capture | |
| 50 | + | # script reads the same value as CAPTURE_BUYER_PASSWORD. See src/seed/buyer.rs. | |
| 51 | + | # TESTNOT_BUYER_PASSWORD= |