Blame view

config/production.lua 396 Bytes
4da209ac   zhouhaihai   配置文件
1
2
  include("basic.lua")
  
2f148e9e   zhouhaihai   关闭日志
3
  logd = 0 -- 是否开启日志
4da209ac   zhouhaihai   配置文件
4
5
6
7
8
  thread = 4
  codeurl = "127.0.0.1:9001"
  servId = 1
  
  max_client = 2000
63df76e7   zhouhaihai   排队队列
9
  max_queue = 1000
4da209ac   zhouhaihai   配置文件
10
11
12
13
14
  
  server_port = 20001
  debug_port = 10001
  httpweb_port = 11001
  
1bf79885   liuzujun   ts服配置
15
  redis_host = "172.31.255.67"
4da209ac   zhouhaihai   配置文件
16
17
  redis_port = 6379
  redis_db = 1
1bf79885   liuzujun   ts服配置
18
  redis_auth = "H3Gm4MGhcPuia"
efabf9d8   liuzujun   添加预发布mysql配置
19
  
1bf79885   liuzujun   ts服配置
20
  mysql_host = "172.31.255.108"
efabf9d8   liuzujun   添加预发布mysql配置
21
  mysql_port = 3306
1bf79885   liuzujun   ts服配置
22
23
  mysql_user = "was_prod"
  mysql_password = "nitfbcPtR32!rC"