Blame view

config/qa.lua 266 Bytes
21c98c9f   zhouhaihai   qa 的配置文件
1
2
3
4
  include("basic.lua")
  
  logd = 0 -- 是否开启日志
  thread = 4
84682fdd   zhouhaihai   错误
5
  codeurl = "192.168.8.223:9090"
21c98c9f   zhouhaihai   qa 的配置文件
6
7
8
9
10
11
12
13
14
15
16
17
  servId = 1
  
  max_client = 64
  
  server_port = 12001
  debug_port = 10001
  httpweb_port = 8001
  
  redis_host = "127.0.0.1"
  redis_port = 6001
  redis_db = 0
  redis_auth = "zhaolu6001"