config.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "mgodb": "192.168.3.206:27002",
  3. "dbsize": 12,
  4. "dbname": "mixdata",
  5. "dbcoll": "qyxy_std",
  6. "uname": "root",
  7. "upwd": "root",
  8. "tasktime": 0,
  9. "updatetime": 0,
  10. "local_port": ":18890",
  11. "elastic": {
  12. "addr": "http://192.168.3.149:9200",
  13. "index": "qyxy_v1",
  14. "itype": "qyxy",
  15. "username": "",
  16. "password": "",
  17. "pool": 12,
  18. "esfields": [
  19. "_id",
  20. "company_name",
  21. "history_name",
  22. "credit_no",
  23. "org_code",
  24. "tax_code",
  25. "company_code",
  26. "company_type",
  27. "company_type_old",
  28. "company_area",
  29. "company_city",
  30. "company_district",
  31. "company_phone",
  32. "company_email",
  33. "updatetime",
  34. "legal_person",
  35. "establish_date",
  36. "lastupdatetime",
  37. "capital",
  38. "currency",
  39. "operation_startdate",
  40. "operation_enddate",
  41. "authority",
  42. "issue_date",
  43. "company_status",
  44. "company_address",
  45. "business_scope",
  46. "cancel_date",
  47. "revoke_date",
  48. "employee_name",
  49. "stock_name",
  50. "bid_projectname",
  51. "bid_purchasing",
  52. "bid_area",
  53. "bid_unittype",
  54. "bid_contracttype",
  55. "search_type",
  56. "company_shortname",
  57. "website_url",
  58. "partners",
  59. "employees",
  60. "tag_business",
  61. "employee_num",
  62. "autoid",
  63. "nseo_id"
  64. ]
  65. }
  66. }