-
Notifications
You must be signed in to change notification settings - Fork 13
/
config.xml
160 lines (160 loc) · 6.92 KB
/
config.xml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<?xml version="1.0" encoding="GB2312"?>
<!--所有各种服务器参数-->
<Zebra>
<global>
<!-- Specify the log level[debug,info,warning,error,fatal,always]. -->
<log>all</log>
<!--MySQL database connection[mysql://user:passwd@host:port/dbName]-->
<mysql>mysql://ztgame:[email protected]:3306/Zebra</mysql>
<!-- 如果要编码mysql连接字符串请使用工具,配置如下面的例子
<mysql encode="yes">lmOf.1kySwS0a09j11xyCdI1ySujl1hnCvT0hDitT0hjzv00gzSv00gDSw91tS9fE1</mysql>
-->
<!-- Use the specified local network device. -->
<ifname>eth0</ifname>
<!-- Connected to the specified supserserver, property 'port' default value is 10000. -->
<superserver port="10000">10.174.148.151</superserver>
<gm_mode>true</gm_mode>
<sn>false</sn>
<!--指令统计开关-->
<cmdswitch>true</cmdswitch>
<!--服务标志 1代表邮件 2拍卖 4向客户端发送特征码 8到达30级时赠送枣红马-->
<service_flag>11</service_flag>
<!--特征码文件,客户端登陆成功时发下去-->
<process_file>process.dat</process_file>
<pet_point>true</pet_point>
<merge_version>1</merge_version>
</global>
<SuperServer>
<!-- Specify the log filename. -->
<logfilename>/home/ztgame/log/superserver.log</logfilename>
<!-- 统一用户平台服务器列表文件 -->
<loginServerListFile>SuperServer/loginServerList.xml</loginServerListFile>
<!--MySQL database connection[mysql://user:passwd@host:port/dbName]-->
<mysql>mysql://ztgame:[email protected]:3306/Zebra</mysql>
<!-- 如果要编码mysql连接字符串请使用工具,配置如下面的例子
<mysql encode="yes">lmOf.1kySwS0a09j11xyCdI1ySujl1hnCvT0hDitT0hjzv00gzSv00gDSw91tS9fE1</mysql>
-->
<!--指令统计开关-->
<cmdswitch>true</cmdswitch>
</SuperServer>
<FLServer>
<!-- 网关最大连接数量 0表示无限制 -->
<maxGatewayUser>2000</maxGatewayUser>
<!-- Specify the log filename. -->
<logfilename>/home/ztgame/log/flserver.log</logfilename>
<!-- 统一用户平台用户管理服务器的列表文件 -->
<dbAccessServerListFile>FLServer/dbAccessServerList.xml</dbAccessServerListFile>
<!-- 服务器信息采集的服务器地址 -->
<InfoServer port="9903">10.174.148.151</InfoServer>
<!--MySQL database connection[mysql://user:passwd@host:port/dbName]-->
<mysql>mysql://ztgame:[email protected]:3306/Zebra</mysql>
<!-- 如果要编码mysql连接字符串请使用工具,配置如下面的例子
<mysql encode="yes">lmOf.1kySwS0a09j11xyCdI1ySujl1hnCvT0hDitT0hjzv00gzSv00gDSw91tS9fE1</mysql>
-->
<!-- 区信息列表文件 -->
<zoneInfoFile>FLServer/zoneInfo.xml</zoneInfoFile>
<!-- 客户端登陆端口,外部使用 -->
<login_port>8000</login_port>
<!-- 内部使用端口,用于服务器之间数据传输 -->
<inside_port>8001</inside_port>
<!-- 客户端PING端口,外部使用 -->
<ping_port>8002</ping_port>
<!-- 是否验证图形验证码 -->
<jpeg_passport>false</jpeg_passport>
</FLServer>
<RecordServer>
<!-- Specify the log filename. -->
<logfilename>/home/ztgame/log/recordserver.log</logfilename>
<!--MySQL database connection[mysql://user:passwd@host:port/dbName]-->
<mysql>mysql://ztgame:[email protected]:3306/Zebra</mysql>
<!-- 如果要编码mysql连接字符串请使用工具,配置如下面的例子
<mysql encode="yes">lmOf.1kySwS0a09j11xyCdI1ySujl1hnCvT0hDitT0hjzv00gzSv00gDSw91tS9fE1</mysql>
-->
<!--指令统计开关-->
<cmdswitch>true</cmdswitch>
</RecordServer>
<BillServer>
<!-- Specify the log filename. -->
<logfilename>/home/ztgame/log/billserver.log</logfilename>
<tradelogfilename>/home/ztgame/log/billtrade.log</tradelogfilename>
<billServerList>BillServer/billServerList.xml</billServerList>
<!--MySQL database connection[mysql://user:passwd@host:port/dbName]-->
<mysql>mysql://ztgame:[email protected]:3306/Zebra</mysql>
<!-- 如果要编码mysql连接字符串请使用工具,配置如下面的例子
<mysql encode="yes">lmOf.1kySwS0a09j11xyCdI1ySujl1hnCvT0hDitT0hjzv00gzSv00gDSw91tS9fE1</mysql>
-->
<gold_tradelog>/home/ztgame/log/goldtrade.log</gold_tradelog>
<!--指令统计开关-->
<cmdswitch>true</cmdswitch>
</BillServer>
<BillClient>
<!-- 交易记录log文件路径 -->
<tradelogfilename>/home/ztgame/log/clienttrade.log</tradelogfilename>
</BillClient>
<SessionServer>
<!-- Specify the log filename. -->
<logfilename>/home/ztgame/log/sessionserver.log</logfilename>
<!--MySQL database connection[mysql://user:passwd@host:port/dbName]-->
<mysql>mysql://ztgame:[email protected]:3306/Zebra</mysql>
<!-- 如果要编码mysql连接字符串请使用工具,配置如下面的例子
<mysql encode="yes">lmOf.1kySwS0a09j11xyCdI1ySujl1hnCvT0hDitT0hjzv00gzSv00gDSw91tS9fE1</mysql>
-->
<offlineMsgPath>/tmp</offlineMsgPath>
<!-- 对战默认时间 -->
<dare_active_time>3600</dare_active_time>
<!-- 题库题目总数(ID必须是连续的) -->
<answer_count>1000</answer_count>
<!-- 城战默认开始时间 -->
<union_city_dare_start_hour>20</union_city_dare_start_hour>
<union_city_dare_start_min>30</union_city_dare_start_min>
<union_city_dare_end_hour>21</union_city_dare_end_hour>
<union_city_dare_end_min>30</union_city_dare_end_min>
<!--指令统计开关-->
<cmdswitch>true</cmdswitch>
</SessionServer>
<ScenesServer>
<!-- Specify the log filename. -->
<logfilename>/home/ztgame/log/scenesserver.log</logfilename>
<objlogfilename>/home/ztgame/log/objscenesserver.log</objlogfilename>
<gm_logfile>/home/ztgame/log/gm_log.log</gm_logfile>
<wg_logfile>/home/ztgame/log/wg_log.log</wg_logfile>
<double_exp>false</double_exp>
<double_drop>false</double_drop>
<level_double_drop>0</level_double_drop>
<sceneinfofile>ScenesServer/scenesinfo.xml</sceneinfofile>
<npctradefile>ScenesServer/npctrade.xml</npctradefile>
<messageSystemFile>ScenesServer/messageSystem.xml</messageSystemFile>
<charinitinfoFile>ScenesServer/initcharinfo.xml</charinitinfoFile>
<magicrangefile>ScenesServer/magicrangefile.xml</magicrangefile>
<!--回写档案平率(单位是秒) -->
<writebacktimer>600</writebacktimer>
<mapdir>map/</mapdir>
<tbldir>map/</tbldir>
<ossdir>/tmp/</ossdir>
<world_quiz>false</world_quiz>
<country_dare_jump>false</country_dare_jump>
<!--指令统计开关-->
<cmdswitch>true</cmdswitch>
</ScenesServer>
<GatewayServer>
<!-- 国家排序方式 0:不排序 , 1:在线人数排序 , 2:注册人数排序 -->
<countryorder>2</countryorder>
<!-- Specify the log filename. -->
<logfilename>/home/ztgame/log/gatewayserver.log</logfilename>
<!-- 是否启用角色名称唯一性验证服务器来保证角色名称的唯一性 -->
<rolereg_verify>0</rolereg_verify>
<forbidWordsFile>forbidWords</forbidWordsFile>
<gm_ip>gm_conf.xml</gm_ip>
<!--指令统计开关-->
<cmdswitch>true</cmdswitch>
</GatewayServer>
<MiniServer>
<!-- Specify the log filename. -->
<logfilename>/home/ztgame/log/miniserver.log</logfilename>
<!--MySQL database connection[mysql://user:passwd@host:port/dbName]-->
<mysql>mysql://ztgame:[email protected]:3306/Zebra</mysql>
<!-- 如果要编码mysql连接字符串请使用工具,配置如下面的例子
<mysql encode="yes">lmOf.1kySwS0a09j11xyCdI1ySujl1hnCvT0hDitT0hjzv00gzSv00gDSw91tS9fE1</mysql>
-->
</MiniServer>
</Zebra>