File tree Expand file tree Collapse file tree 2 files changed +18
-9
lines changed
XEngine_Release/XEngine_Config Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 2626 },
2727 "XSql" :{
2828 "SQLEnable" :false ,
29- "SQLAddr" :" 192.168.1.12 " ,
29+ "SQLAddr" :" 192.168.1.10 " ,
3030 "SQLPort" :3306 ,
31- "SQLUser" :" ruiyue " ,
32- "SQLPass" :" 123123Ruiyue "
31+ "SQLUser" :" root " ,
32+ "SQLPass" :" 123123aa "
3333 },
3434 "XStorage" :{
3535 "bResumable" :1 ,
5252 "XLimit" :{
5353 "bLimitMode" :true ,
5454 "nMaxUPLoad" :4096000 ,
55- "nMaxDNLoad" :4096000
55+ "nMaxDNLoad" :4096000 ,
56+ "nMaxUPConnect" :1 ,
57+ "nMaxDNConnect" :1
5658 },
5759 "XP2xp" :{
5860 "nTime" :2 ,
6870 "tszCertKey" :" ./XEngine_Cert/2_www.xyry.org.key"
6971 },
7072 "XVer" :[
73+ " 3.10.0.1001 Build20230210" ,
7174 " 3.9.1.1001 Build20221227" ,
7275 " 3.9.0.1001 Build20221028" ,
7376 " 3.8.0.1001 Build20220727" ,
Original file line number Diff line number Diff line change 2828 "nLevel" :1 ,
2929 "Size" :" 1024MB" ,
3030 "XEngine_Key" :" storagekey1" ,
31- "XEngine_Path" :" ./XEngine_File"
31+ "XEngine_Path" :" ./XEngine_File" ,
32+ "PermissionFlags" :{
33+ "CreateDir" :false ,
34+ "Rewrite" :false
35+ }
3236 },
3337 {
3438 "bEnable" :1 ,
3539 "nLevel" :1 ,
3640 "Size" :" 1024MB" ,
3741 "XEngine_Key" :" storagekey2" ,
38- "XEngine_Path" :" ./XEngine_File2"
42+ "XEngine_Path" :" ./XEngine_File2" ,
43+ "PermissionFlags" :{
44+ "CreateDir" :false ,
45+ "Rewrite" :false
46+ }
3947 }
40-
4148 ]
4249 }
43-
44- }
50+ }
You can’t perform that action at this time.
0 commit comments