Commit d0143bccfca6dd099bd854422a4482cc608fc161

Authored by zhouhaihai
1 parent 7cd7fd53

qa

Showing 2 changed files with 20 additions and 3 deletions   Show diff stats
config/nodenames.lua
1   -center = "192.168.0.198:9000"
  1 +center = "127.0.0.1:13000"
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:13001"
6 5 \ No newline at end of file
... ...
config/qa.lua 0 → 100644
... ... @@ -0,0 +1,18 @@
  1 +include("basic.lua")
  2 +
  3 +logd = 0 -- 是否开启日志
  4 +thread = 4
  5 +codeurl = "192.168.0.199:9090"
  6 +servId = 1
  7 +
  8 +max_client = 64
  9 +max_queue = 64
  10 +
  11 +server_port = 12001
  12 +debug_port = 10001
  13 +httpweb_port = 8001
  14 +
  15 +redis_host = "127.0.0.1"
  16 +redis_port = 6001
  17 +redis_db = 0
  18 +redis_auth = "zhaolu6001"
0 19 \ No newline at end of file
... ...