選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

config.json 800B

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