Commit 4da209ac1cb04c8c98407d22196a3e929db93df7

Authored by zhouhaihai
1 parent b08bbc1f

配置文件

Showing 2 changed files with 19 additions and 3 deletions   Show diff stats
config/nodenames.lua
1   -center = "192.168.8.198:9000"
  1 +center = "127.0.0.1:12000"
2 2  
3   -server1 = "127.0.0.1:8101"
4   -server2 = "127.0.0.1:8102"
5 3 \ No newline at end of file
  4 +server1 = "127.0.0.1:12001"
6 5 \ No newline at end of file
... ...
config/production.lua 0 → 100644
... ... @@ -0,0 +1,17 @@
  1 +include("basic.lua")
  2 +
  3 +logd = 0 -- 是否开启日志
  4 +thread = 4
  5 +codeurl = "127.0.0.1:9001"
  6 +servId = 1
  7 +
  8 +max_client = 2000
  9 +
  10 +server_port = 20001
  11 +debug_port = 10001
  12 +httpweb_port = 11001
  13 +
  14 +redis_host = "10.235.0.135"
  15 +redis_port = 6379
  16 +redis_db = 1
  17 +redis_auth = "VraDMcdX=Jq!Ess4"
... ...