Commit 26ea329
committed
fix: seed from production API by default to ensure validation passes
Fixes #584
Changes the default seed source from local file to production API with
filtering to keep startup fast. This ensures local development environments
mirror production behavior and all seed data passes validation by default.
- Default seed: production API with search filter (4 servers, fast startup)
- Updated seed.json with filtered production data for offline development
- Added clear documentation for offline and full-server modes
- Keeps validation enabled by default in docker-compose.yml1 parent 843783a commit 26ea329
4 files changed
+84
-12597
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
0 commit comments