Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

config.json 893B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "mockOutputPath": "./db/generated",
  3. "magic": 1000,
  4. "total": 100,
  5. "ignore": [],
  6. "batchSize": 10,
  7. "percentageOfSeekers": 90,
  8. "scoreVals": [1, 2, 3, 4, 5, 6, 7],
  9. "header": "/**\n* GENERATED MOCK SIIMEE DATA\n*/",
  10. "possibleZipcodes": [
  11. "90012",
  12. "90040",
  13. "90058",
  14. "90064",
  15. "90065",
  16. "90240",
  17. "90274",
  18. "90278",
  19. "90280",
  20. "90290",
  21. "90291",
  22. "90292",
  23. "90293",
  24. "90840",
  25. "91001",
  26. "91011",
  27. "91030",
  28. "91201",
  29. "91399",
  30. "91401",
  31. "97075"
  32. ],
  33. "resKeys": [1, 2, 3, 4, 5, 6],
  34. "zipcodeKey": 10,
  35. "mediaKey": 12,
  36. "langKey": 13,
  37. "blurbKey": 16,
  38. "comment": "Make this match profiler.js complete profile constructor",
  39. "prefKeys": [10, 14, 15, 17, 18, 19],
  40. "maxDistanceKey": 19
  41. }