GITLAB

Hermes / api-game

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • api-game_qianyi
  • conf
  • conf
  • json
  • limit
  • pre.json
  • 29088ea9   feat:配置,请求和返回封装 Browse Code »
    王家文
    2024-04-02 17:41:13 +0800  
pre.json 351 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
{
  "redis": {
    "host": "172.21.0.25",
    "port": "6379",
    "pwd": "crs-lzslccdc:redis@YXp8Jk#MV",
    "Db": "6",
    "prefix": "xl::"
  },
  "func": {
    "open": true,
    "ip": {
      "times": 5,
      "nums": 1000
    },
    "kernel": {
      "times": 1,
      "nums": 5
    },
    "member": {
      "times": 1,
      "nums": 5
    }
  }
}