Blame view

config/production.lua 402 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
  
ab016bf6   zhouhaihai   配置文件
15
  redis_host = "10.204.0.136"
4da209ac   zhouhaihai   配置文件
16
17
  redis_port = 6379
  redis_db = 1
ab016bf6   zhouhaihai   配置文件
18
  redis_auth = "H3&Gm4MGhcPui%a"
efabf9d8   liuzujun   添加预发布mysql配置
19
20
21
22
23
  
  mysql_host = "10.204.64.252"
  mysql_port = 3306
  mysql_user = "wasteland_test"
  mysql_password = "P6BrXVAZYkYn#s"