convey-test.toml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. # This is a TOML document. Boom.
  2. version = "1.0.0"
  3. user = "nobody"
  4. pid = "/tmp/feedback.pid"
  5. dir = "./"
  6. perf = "0.0.0.0:6170"
  7. checkFile = "/data/www/feedback.html"
  8. family = "feedback"
  9. trace = true
  10. debug = false
  11. env = "test"
  12. [tracer]
  13. family = "feedback"
  14. proto = "unixgram"
  15. addr = "172.16.33.46:5140"
  16. [xlog]
  17. dir = "/data/log/feedback/"
  18. [xlog.agent]
  19. family = "feedback"
  20. taskID ="000069"
  21. proto = "unixgram"
  22. addr = "/var/run/lancer/collector.sock"
  23. chan = 10240
  24. timeout = "500ms"
  25. [app]
  26. key = "e7482d29be4a95b8"
  27. secret = "9e803791cdef756e75faee68e12b7442"
  28. [multiHttp]
  29. [multiHttp.outer]
  30. addrs = ["0.0.0.0:6171"]
  31. maxListen = 1000
  32. [multiHttp.local]
  33. addrs = ["0.0.0.0:6172"]
  34. maxListen = 1000
  35. [ecode]
  36. domain = "172.16.33.248:6401"
  37. all = "1h"
  38. diff = "10m"
  39. [ecode.clientconfig]
  40. key = "test"
  41. secret = "e6c4c252dc7e3d8a90805eecd7c73396"
  42. dial = "2s"
  43. timeout = "2s"
  44. keepAlive = "10s"
  45. [ecode.clientconfig.breaker]
  46. window ="3s"
  47. sleep ="100ms"
  48. bucket = 10
  49. ratio = 0.5
  50. request = 100
  51. [ecode.app]
  52. key = "test"
  53. secret = "e6c4c252dc7e3d8a90805eecd7c73396"
  54. [mysql]
  55. [mysql.master]
  56. addr = "172.16.33.205:3308"
  57. dsn = "test:test@tcp(172.16.33.205:3308)/bilibili_feedback?timeout=5s&readTimeout=5s&writeTimeout=5s&parseTime=true&loc=Local&charset=utf8mb4,utf8"
  58. active = 5
  59. idle = 2
  60. idleTimeout ="4h"
  61. queryTimeout = "100ms"
  62. execTimeout = "100ms"
  63. tranTimeout = "200ms"
  64. [mysql.master.breaker]
  65. window = "3s"
  66. sleep = "100ms"
  67. bucket = 10
  68. ratio = 0.5
  69. request = 100
  70. [identify]
  71. whiteAccessKey = ""
  72. whiteMid = 0
  73. [identify.app]
  74. key = "0dc647722719f2ea"
  75. secret = "a3769b553680da10b40994265fb48d20"
  76. [identify.memcache]
  77. name = "go-business/identify"
  78. proto = "tcp"
  79. addr = "172.16.33.54:11211"
  80. active = 5
  81. idle = 10
  82. dialTimeout = "1s"
  83. readTimeout = "1s"
  84. writeTimeout = "1s"
  85. idleTimeout = "80s"
  86. [identify.host]
  87. auth = "http://passport.bilibili.com"
  88. secret = "http://open.bilibili.com"
  89. [identify.httpClient]
  90. key = "0dc647722719f2ea"
  91. secret = "a3769b553680da10b40994265fb48d20"
  92. dial = "30ms"
  93. timeout = "100ms"
  94. keepAlive = "60s"
  95. [identify.httpClient.breaker]
  96. window = "10s"
  97. sleep = "100ms"
  98. bucket = 10
  99. ratio = 0.5
  100. request = 100
  101. [identify.httpClient.url]
  102. "http://passport.bilibili.co/intranet/auth/tokenInfo" = {timeout = "100ms"}
  103. "http://passport.bilibili.co/intranet/auth/cookieInfo" = {timeout = "100ms"}
  104. "http://open.bilibili.co/api/getsecret" = {timeout = "500ms"}
  105. [bfs]
  106. addr = "http://bfs.bilibili.co"
  107. bucket = "test"
  108. key = "221bce6492eba70f"
  109. secret = "6eb80603e85842542f9736eb13b7e3"
  110. # 上传文件大小限制为1M
  111. maxFileSize = 1048576
  112. [feedback]
  113. # replys page size
  114. replysNum = 50
  115. # 发送内容长度限制为400字符
  116. maxContentSize = 400
  117. [locationRPC]
  118. pullInterval = "10s"
  119. [locationRPC.client]
  120. timeout = "1s"
  121. timer = 10
  122. [locationRPC.client.breaker]
  123. window ="3s"
  124. sleep ="100ms"
  125. bucket = 10
  126. ratio = 0.5
  127. request = 100
  128. [locationRPC.zookeeper]
  129. root = "/microservice/location-service/"
  130. addrs = ["172.18.33.172:2181"]
  131. timeout = "30s"