You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.json 818B

12345678910111213141516171819202122232425262728293031323334353637383940
  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": 7,
  35. "mediaKey": 8,
  36. "langKey": 9,
  37. "blurbKey": 12,
  38. "prefKeys": [7, 10, 11, 13, 14, 15, 16],
  39. "maxDistanceKey": 16
  40. }