mirror of
https://github.com/sebastian-heinz/Arrowgene.DragonsDogmaOnline
synced 2026-08-03 11:12:41 -04:00
130 lines
3.5 KiB
JSON
130 lines
3.5 KiB
JSON
{
|
|
"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,
|
|
"NoOperationTimeOutTime": 14400,
|
|
"KickOnMultipleLogin": false,
|
|
"KickOnMultipleLoginTries": 3,
|
|
"KickOnMultipleLoginTimer": 5000
|
|
},
|
|
"AssetPath": "\/var\/ddon\/server\/Files\/Assets"
|
|
}
|