Blame view

config/production.lua 274 Bytes
4da209ac   zhouhaihai   配置文件
1
2
  include("basic.lua")
  
a5c70352   zhouhaihai   开启日志
3
  logd = 1 -- 是否开启日志
4da209ac   zhouhaihai   配置文件
4
5
6
7
8
9
10
11
12
13
  thread = 4
  codeurl = "127.0.0.1:9001"
  servId = 1
  
  max_client = 2000
  
  server_port = 20001
  debug_port = 10001
  httpweb_port = 11001
  
23a9a83f   zhouhaihai   数据库
14
  redis_host = "10.235.0.176"
4da209ac   zhouhaihai   配置文件
15
16
17
  redis_port = 6379
  redis_db = 1
  redis_auth = "VraDMcdX=Jq!Ess4"