laser-interface.toml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. # This is a TOML document. Boom.
  2. version = "1.0.0"
  3. user = "nobody"
  4. pid = "/tmp/laser-interface.pid"
  5. dir = "./"
  6. perf = "0.0.0.0:7512"
  7. checkFile = "/data/www/laser-interface.html"
  8. [log]
  9. dir = "/data/log/laser-interface/"
  10. [mysql]
  11. dsn = "root:12345@tcp(127.0.0.1:3306)/bilibili_laser?timeout=5s&readTimeout=5s&writeTimeout=5s&parseTime=true&loc=Local&charset=utf8,utf8mb4"
  12. active = 5
  13. idle = 5
  14. idleTimeout = "4h"
  15. queryTimeout = "5s"
  16. execTimeout = "5s"
  17. tranTimeout = "10s"
  18. [mysql.breaker]
  19. window = "30s"
  20. sleep = "100ms"
  21. bucket = 10
  22. ratio = 0.5
  23. request = 100
  24. [bm]
  25. addr = "0.0.0.0:7510"
  26. maxListen = 1000
  27. timeout = "2s"
  28. [identify]
  29. whiteAccessKey = ""
  30. whiteMid = 0
  31. csrf = false
  32. [identify.app]
  33. key = "53e2fa226f5ad348"
  34. secret = "3cf6bd1b0ff671021da5f424fea4b04a"
  35. [identify.memcache]
  36. name = "go-business/identify"
  37. proto = "unix"
  38. addr = "/tmp/uat-platform-identify-mc.sock"
  39. active = 10
  40. idle = 5
  41. dialTimeout = "1s"
  42. readTimeout = "1s"
  43. writeTimeout = "1s"
  44. idleTimeout = "80s"
  45. [identify.host]
  46. auth = "http://uat-passport.bilibili.com"
  47. secret = "http://uat-open.bilibili.com"
  48. [identify.httpClient]
  49. key = "53e2fa226f5ad348"
  50. secret = "3cf6bd1b0ff671021da5f424fea4b04a"
  51. dial = "500ms"
  52. timeout = "800ms"
  53. keepAlive = "60s"
  54. [identify.httpClient.breaker]
  55. window = "10s"
  56. sleep = "100ms"
  57. bucket = 10
  58. ratio = 0.5
  59. request = 100
  60. [identify.httpClient.url]
  61. "http://uat-passport.bilibili.co/intranet/auth/tokenInfo" = {timeout = "100ms"}
  62. "http://uat-passport.bilibili.co/intranet/auth/cookieInfo" = {timeout = "100ms"}
  63. "http://uat-open.bilibili.co/api/getsecret" = {timeout = "500ms"}
  64. [memcache]
  65. [memcache.laser]
  66. name = "creative/archive"
  67. proto = "tcp"
  68. addr = "172.16.0.148:11211"
  69. idle = 5
  70. active = 10
  71. dialTimeout = "1s"
  72. readTimeout = "1s"
  73. writeTimeout = "1s"
  74. idleTimeout = "80s"
  75. LaserExpire = "60s"
  76. [mail]
  77. host = "smtp.exmail.qq.com"
  78. port = 465
  79. username = "2333@bilibili.com"
  80. password = "233"