# 基本设置
[]
# 服务器id
=10251
# peer 没通信多久清理(秒)
= 300
# 缓存的account信息 多久没访问清理(秒)
= 300
[]
# 服务器ip
= "127.0.0.1:7450"
# 服务器名
= "master"
# 服务器验证key
= ""
# 服务器请求超时时间
= 15000
# 代理监听设置
[]
# the local IP address and port that the service listens on.
= "0.0.0.0:10251"
# used to verify whether the service_name in the client configuration is correct
= "game"
# used to verify whether the verify_key in the client configuration is correct.
= ""
# the timeout period for the server to request the client
= 5000
# the existence time of the client peer session. If it exceeds this time, the client peer will be cleared
= 5000