esports-test.toml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. [identify]
  2. whiteAccessKey = ""
  3. whiteMid = 0
  4. [identify.app]
  5. key = "7c7ac0db1aa05587"
  6. secret = "9a6d62d93290c5f771ad381e9ca23f26"
  7. [identify.memcache]
  8. name = "go-app/identify"
  9. proto = "tcp"
  10. addr = "172.16.33.54:11211"
  11. active = 5
  12. idle = 1
  13. dialTimeout = "1s"
  14. readTimeout = "1s"
  15. writeTimeout = "1s"
  16. idleTimeout = "80s"
  17. [identify.host]
  18. auth = "http://passport.bilibili.com"
  19. secret = "http://open.bilibili.com"
  20. [identify.httpClient]
  21. key = "7c7ac0db1aa05587"
  22. secret = "9a6d62d93290c5f771ad381e9ca23f26"
  23. dial = "30ms"
  24. timeout = "150ms"
  25. keepAlive = "60s"
  26. [identify.httpClient.url]
  27. "http://passport.bilibili.co/intranet/auth/tokenInfo" = {timeout = "100ms"}
  28. "http://passport.bilibili.co/intranet/auth/cookieInfo" = {timeout = "100ms"}
  29. "http://open.bilibili.co/api/getsecret" = {timeout = "500ms"}
  30. [log]
  31. dir = "/data/log/esports/"
  32. [app]
  33. key = "7c7ac0db1aa05587"
  34. secret = "9a6d62d93290c5f771ad381e9ca23f26"
  35. [BM]
  36. addr = "0.0.0.0:7791"
  37. timeout = "1s"
  38. [archiveRPC]
  39. timeout = "1s"
  40. [filterRPC]
  41. timeout = "1s"
  42. [mysql]
  43. addr = "172.16.33.205:3308"
  44. dsn = "test:test@tcp(172.16.33.205:3308)/bilibili_esports?timeout=5s&readTimeout=5s&writeTimeout=5s&parseTime=true&loc=Local&charset=utf8,utf8mb4"
  45. active = 5
  46. idle = 2
  47. idleTimeout = "4h"
  48. queryTimeout = "100ms"
  49. execTimeout = "100ms"
  50. tranTimeout = "200ms"
  51. [mysql.breaker]
  52. window = "3s"
  53. sleep = "100ms"
  54. bucket = 10
  55. ratio = 0.5
  56. request = 100
  57. [redis]
  58. name = "esports-interface"
  59. proto = "tcp"
  60. addr = "172.18.33.60:6894"
  61. idle = 10
  62. active = 10
  63. dialTimeout = "1s"
  64. readTimeout = "1s"
  65. writeTimeout = "1s"
  66. idleTimeout = "10s"
  67. filterExpire = "5m"
  68. listExpire = "1s"
  69. [httpClient]
  70. key = "7c7ac0db1aa05587"
  71. secret = "9a6d62d93290c5f771ad381e9ca23f26"
  72. dial = "1s"
  73. timeout = "1s"
  74. keepAlive = "60s"
  75. [host]
  76. search = "http://s.search.bilibili.co"
  77. [rule]
  78. knockTree="30s"
  79. [leidata]
  80. timeout = "15s"
  81. afterSleep = "3m"
  82. endSleep = "30m"
  83. retry = 5
  84. url = "http://47.95.28.113/nesport/index.php/Api"
  85. key = "d076eef519773c5954081e6a352c726d"
  86. lolPlayersCron = "0 0 2 * * ?"
  87. dotaPlayersCron = "0 0 3 * * ?"
  88. infoCron = "0 0 4 * * ?"