convey-test.toml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. # This is a TOML document. Boom.
  2. version = "1.0.0"
  3. [host]
  4. MessageURI = "http://message.bilibili.co"
  5. BigDataURI = "http://172.18.33.147:3000"
  6. APICoURI = "http://api.bilibili.co"
  7. ManagersURI = "http://manager.bilibili.co"
  8. [app]
  9. key = "903f486ae7dc87fa"
  10. secret = "6b03fa3e00334166ba3659e2c04201fc"
  11. [xlog]
  12. dir = "/data/log/credit/"
  13. [bm]
  14. [bm.inner]
  15. addr = "0.0.0.0:6827"
  16. maxListen = 10
  17. timeout="1s"
  18. [bm.local]
  19. addr = "0.0.0.0:6828"
  20. maxListen = 10
  21. timeout="1s"
  22. [httpClient]
  23. key = "903f486ae7dc87fa"
  24. secret = "6b03fa3e00334166ba3659e2c04201fc"
  25. dial = "1s"
  26. timeout = "2s"
  27. keepAlive = "60s"
  28. [httpClient.breaker]
  29. window = "3s"
  30. sleep = "100ms"
  31. bucket = 10
  32. ratio = 0.5
  33. request = 100
  34. [rpcClient2]
  35. [rpcClient2.account]
  36. timeout = "1s"
  37. [rpcClient2.filter]
  38. timeout = "1s"
  39. [rpcClient2.Archive]
  40. timeout = "1s"
  41. [rpcClient2.member]
  42. timeout = "1s"
  43. [grpcClient]
  44. [grpcClient.filter]
  45. dial = "1s"
  46. timeout = "1s"
  47. [identify]
  48. whiteAccessKey = "a2a1eb0ac97d6ba08b85aa0151528f34"
  49. whiteMid = 23675773
  50. csrf = false
  51. [identify.app]
  52. key = "e7482d29be4a95b8"
  53. secret = "9e803791cdef756e75faee68e12b7442"
  54. [identify.memcache]
  55. name = "go-business/identify"
  56. proto = "tcp"
  57. addr = "172.16.33.54:11211"
  58. active = 5
  59. idle = 5
  60. dialTimeout = "1s"
  61. readTimeout = "1s"
  62. writeTimeout = "1s"
  63. idleTimeout = "80s"
  64. [identify.host]
  65. auth = "http://uat-passport.bilibili.co"
  66. secret = "http://uat-open.bilibili.co"
  67. [identify.httpClient]
  68. key = "e7482d29be4a95b8"
  69. secret = "9e803791cdef756e75faee68e12b7442"
  70. dial = "1s"
  71. timeout = "1s"
  72. keepAlive = "60s"
  73. [identify.httpClient.breaker]
  74. window = "10s"
  75. sleep = "100ms"
  76. bucket = 10
  77. ratio = 0.5
  78. request = 100
  79. [identify.httpClient.url]
  80. "http://uat-passport.bilibili.co/intranet/auth/tokenInfo" = {timeout = "100ms"}
  81. "http://uat-passport.bilibili.co/intranet/auth/cookieInfo" = {timeout = "100ms"}
  82. "http://uat-open.bilibili.co/api/getsecret" = {timeout = "500ms"}
  83. [mysql]
  84. addr = "172.16.33.205:3306"
  85. dsn = "blocked:mUdFycLKSbvPgdE28lCveqN77SqsGOmy@tcp(172.16.33.205:3306)/blocked?timeout=5s&readTimeout=5s&writeTimeout=5s&parseTime=true&loc=Local&charset=utf8,utf8mb4"
  86. active = 5
  87. idle = 2
  88. IdleTimeout ="4h"
  89. queryTimeout = "1s"
  90. execTimeout = "1s"
  91. tranTimeout = "5s"
  92. [mysql.breaker]
  93. window = "3s"
  94. sleep = "100ms"
  95. bucket = 10
  96. ratio = 0.5
  97. request = 100
  98. [memcache]
  99. name = "credit"
  100. proto = "tcp"
  101. addr = "172.16.33.54:11211"
  102. idle = 5
  103. active = 5
  104. dialTimeout = "1s"
  105. readTimeout = "1s"
  106. writeTimeout = "1s"
  107. idleTimeout = "10s"
  108. userexpire = "5m"
  109. mincommonexpire = "10m"
  110. commonexpire = "24h"
  111. [redis]
  112. name = "credit"
  113. proto = "tcp"
  114. addr = "172.16.33.54:6379"
  115. idle = 5
  116. active = 5
  117. dialTimeout = "500ms"
  118. readTimeout = "1s"
  119. writeTimeout = "1s"
  120. idleTimeout = "80s"
  121. expire = "10m"
  122. [judge]
  123. confTimer="120s"
  124. ReservedTime = "600s"
  125. LoadManagerTime = "1h"
  126. [DataBus]
  127. key = "0QEO9F8JuuIxZzNDvklH"
  128. secret = "0QEO9F8JuuIxZzNDvklI"
  129. group = "AccLabour-Labour-P"
  130. topic = "AccLabour-T"
  131. action = "pub"
  132. name = "credit/databus"
  133. proto = "tcp"
  134. addr = "172.16.33.158:6205"
  135. idle = 5
  136. active = 5
  137. dialTimeout = "1s"
  138. readTimeout = "60s"
  139. writeTimeout = "1s"
  140. idleTimeout = "10s"
  141. [antispam]
  142. on=true
  143. second=2
  144. n=1
  145. hour=12
  146. m=5
  147. [antispam.redis]
  148. name = "credit"
  149. proto = "tcp"
  150. addr = "172.16.33.54:6379"
  151. idle = 5
  152. active = 5
  153. dialTimeout = "500ms"
  154. readTimeout = "1s"
  155. writeTimeout = "1s"
  156. idleTimeout = "80s"
  157. expire = "10m"
  158. [tagID]
  159. reply = 42
  160. dm = 43
  161. msg = 44
  162. tag = 45
  163. member = 46
  164. archive = 47
  165. music = 48
  166. article = 49
  167. spacetop = 50
  168. [property]
  169. qsnum = 40
  170. perscore = 5