-
Notifications
You must be signed in to change notification settings - Fork 52
/
Arrowgene.Ddon.config.mariadb.local_dev.json
151 lines (151 loc) · 4.8 KB
/
Arrowgene.Ddon.config.mariadb.local_dev.json
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
{
"WebServerSetting": {
"PublicWebEndPoint": {
"IpAddress": "0.0.0.0",
"Port": 52099,
"IsHttps": false,
"HttpsCertPath": "",
"HttpsCertPw": "",
"SslProtocols": 0,
"DomainName": ""
},
"WebSetting": {
"ServerHeader": "",
"WebEndpoints": [
{
"IpAddress": "0.0.0.0",
"Port": 52099,
"IsHttps": false,
"HttpsCertPath": "",
"HttpsCertPw": "",
"SslProtocols": 0,
"DomainName": ""
}
],
"WebFolder": "\/var\/ddon\/server\/Files\/www"
}
},
"GameServerSetting": {
"ServerSetting": {
"Id": 10,
"Name": "Game",
"ListenIpAddress": "0.0.0.0",
"ServerPort": 52000,
"LogLevel": 0,
"LogUnknownPackets": true,
"LogOutgoingPackets": true,
"LogOutgoingPacketPayload": false,
"LogIncomingPackets": true,
"LogIncomingPacketPayload": false,
"LogIncomingPacketStructure": false,
"LogOutgoingPacketStructure": false,
"ServerSocketSettings": {
"Identity": "Game",
"MaxConnections": 100,
"NumSimultaneouslyWriteOperations": 100,
"BufferSize": 2000,
"Retries": 10,
"MaxUnitOfOrder": 1,
"MaxSimultaneousSendsPerClient": 1,
"SocketTimeoutSeconds": -1,
"SocketSettings": {
"Backlog": 5,
"DontFragment": true,
"DualMode": false,
"ExclusiveAddressUse": false,
"NoDelay": false,
"UseOnlyOverlappedIo": false,
"ReceiveBufferSize": 8192,
"ReceiveTimeout": 0,
"SendBufferSize": 8192,
"SendTimeout": 0,
"Ttl": 32,
"LingerEnabled": false,
"LingerTime": 30,
"SocketOptions": [
{
"Level": "Socket",
"Name": 4,
"Value": false
}
]
}
}
}
},
"LoginServerSetting": {
"ServerSetting": {
"Id": 1,
"Name": "Login",
"ListenIpAddress": "0.0.0.0",
"ServerPort": 52100,
"LogLevel": 0,
"LogUnknownPackets": true,
"LogOutgoingPackets": true,
"LogOutgoingPacketPayload": false,
"LogIncomingPackets": true,
"LogIncomingPacketPayload": false,
"LogIncomingPacketStructure": false,
"LogOutgoingPacketStructure": false,
"ServerSocketSettings": {
"Identity": "Login",
"MaxConnections": 100,
"NumSimultaneouslyWriteOperations": 100,
"BufferSize": 2000,
"Retries": 10,
"MaxUnitOfOrder": 1,
"MaxSimultaneousSendsPerClient": 1,
"SocketTimeoutSeconds": -1,
"SocketSettings": {
"Backlog": 5,
"DontFragment": true,
"DualMode": false,
"ExclusiveAddressUse": false,
"NoDelay": false,
"UseOnlyOverlappedIo": false,
"ReceiveBufferSize": 8192,
"ReceiveTimeout": 0,
"SendBufferSize": 8192,
"SendTimeout": 0,
"Ttl": 32,
"LingerEnabled": false,
"LingerTime": 30,
"SocketOptions": [
{
"Level": "Socket",
"Name": 4,
"Value": false
}
]
}
}
},
"AccountRequired": false,
"JobLevelMax": 65,
"ClanMemberMax": 100,
"CharacterNumMax": 4,
"EnableVisualEquip": true,
"FriendListMax": 200,
"NoOperationTimeOutTime": 14400,
"UrlApiA": "http:\/\/localhost:52099\/link\/api",
"UrlApiB": "http:\/\/localhost:52099\/link\/api",
"UrlCampaign": "http:\/\/localhost:52099\/sp_ingame\/campaign\/bnr\/slide.html",
"UrlCampaignBanner": "http:\/\/localhost:52099\/sp_ingame\/campaign\/bnr\/bnr01.html?",
"UrlChargeA": "http:\/\/localhost:52099\/sp_ingame\/charge\/",
"UrlChargeB": "http:\/\/localhost:52099\/sp_ingame\/charge\/",
"UrlChargeCallback": "http:\/\/localhost:52099\/opening\/entry\/ddo\/cog_callback\/charge",
"UrlCompanionImage": "http:\/\/localhost:52099\/",
"UrlIndex": "http:\/\/localhost:52099\/sp_ingame\/link\/index.html",
"UrlManual": "http:\/\/localhost:52099\/manual_nfb\/",
"UrlPhotoupAuthorize": "http:\/\/localhost:52099\/api\/photoup\/authorize",
"UrlSample10": "http:\/\/sample10.html",
"UrlSample9": "http:\/\/sample09.html",
"UrlShopAttention": "http:\/\/localhost:52099\/shop\/ingame\/attention?",
"UrlShopCounterA": "http:\/\/localhost:52099\/shop\/ingame\/counter?",
"UrlShopCounterB": "http:\/\/localhost:52099\/shop\/ingame\/counter?",
"UrlShopDetail": "http:\/\/localhost:52099\/shop\/ingame\/stone\/detail",
"UrlShopStoneLimit": "http:\/\/localhost:52099\/shop\/ingame\/stone\/limit",
"UrlSupportIndex": "http:\/\/localhost:52099\/sp_ingame\/support\/index.html"
},
"AssetPath": "\/var\/ddon\/server\/Files\/Assets"
}