1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 期牌表名
= "game_348"
# 基本设置
[]
# 服务器id
=10611
# 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:10611"
# 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