config.json 723 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "DB": [{
  3. "building": "1101080001",
  4. "database": "db_public_10",
  5. "buildingadds": [{
  6. "building": "1101020001"
  7. },
  8. {
  9. "building": "1101020002"
  10. }
  11. ]
  12. },
  13. {
  14. "building": "1101080002",
  15. "database": "db_public_10"
  16. },
  17. {
  18. "building": "1101080003",
  19. "database": "db_public_10"
  20. },
  21. {
  22. "insertthread": "1"
  23. }
  24. ],
  25. "Port": [{
  26. "type": "Up",
  27. "port": "9999",
  28. "Compress": "false",
  29. "History": "false"
  30. },
  31. {
  32. "type": "Down",
  33. "port": "80",
  34. "Compress": "false",
  35. "History": "false"
  36. }
  37. ],
  38. "BlackList": [{
  39. "buildings": [{
  40. "building": "1234567890"
  41. },
  42. {
  43. "building": "8989898989"
  44. }
  45. ]
  46. }],
  47. "WhiteList": [{
  48. "funcids": [{
  49. "funcid": 0
  50. }]
  51. }]
  52. }