Blame view

config/develop.lua 302 Bytes
081dd429   zhouhaihai   配置文件梳理
1
2
3
4
  include("basic.lua")
  
  logd = 0 -- 是否开启日志
  thread = 4
244fb0fd   zhouhaihai   修改配置文件
5
  codeurl = "127.0.0.1:9090"
081dd429   zhouhaihai   配置文件梳理
6
7
  servId = 1
  
39962c96   zhouhaihai   Merge commit '397...
8
  max_client = 300
5e6af9d6   zhouhaihai   排队功能
9
  max_queue = 64
244fb0fd   zhouhaihai   修改配置文件
10
  server_port = 20001
081dd429   zhouhaihai   配置文件梳理
11
  debug_port = 10001
39962c96   zhouhaihai   Merge commit '397...
12
  httpweb_port = 11001
081dd429   zhouhaihai   配置文件梳理
13
14
  
  redis_host = "127.0.0.1"
39962c96   zhouhaihai   Merge commit '397...
15
16
17
  redis_port = 6001
  redis_db = 0
  redis_auth = "zhaolu6001"
8e1a3c42   熊润斐   Merge branch 'dev...
18
  daemon = "./skynet.pid"