GITLAB

wasteland / server

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • server
  • config
  • develop.lua
  • 244fb0fd   修改配置文件 Browse Code »
    zhouhaihai
    2020-09-01 20:35:21 +0800  
develop.lua 287 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
include("basic.lua")

logd = 0 -- 是否开启日志
thread = 4
codeurl = "127.0.0.1:9090"
servId = 1

max_client = 300

server_port = 20001
debug_port = 10001
httpweb_port = 11001

redis_host = "127.0.0.1"
redis_port = 6001
redis_db = 0
redis_auth = "zhaolu6001"
daemon = "./skynet.pid"