GITLAB

wasteland / server

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • server
  • config
  • develop.lua
  • 5e6af9d6   排队功能 Browse Code »
    zhouhaihai
    2020-10-13 14:39:11 +0800  
develop.lua 272 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 = "192.168.8.223:9090"
servId = 1

max_client = 64
max_queue = 64

server_port = 12001
debug_port = 10001
httpweb_port = 8001

redis_host = "127.0.0.1"
redis_port = 6100
redis_db = 1
redis_auth = nil