test.toml 421 B

123456789101112131415161718192021222324
  1. [log]
  2. stdout = true
  3. [jpush]
  4. appKey = "43a726afe88848e30a87fe25"
  5. secretKey = "6f31834066f0c6a1a9a2e655"
  6. timeout = "3s"
  7. apnsProduction = false
  8. [rpcConf]
  9. addr = "0.0.0.0:9092"
  10. [workPool]
  11. capacity = 1024
  12. maxWorkers = 512
  13. maxIdleWorkers = 256
  14. minIdleWorkers = 128
  15. keepAlive = "30s"
  16. [infoc]
  17. taskID = "001730"
  18. proto = "tcp"
  19. addr = "172.18.33.124:15140"
  20. chanSize = 10240