mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 10:52:23 +01:00
Fixed the Supervised Settings error when logging in on latest
This commit is contained in:
@@ -1,9 +1,5 @@
|
|||||||
{
|
{
|
||||||
"client": {
|
"client": {
|
||||||
"RateLimiter.InventoryClient": {
|
|
||||||
"MessageCount": 100,
|
|
||||||
"TimeIntervalInSeconds": 60.0
|
|
||||||
},
|
|
||||||
"BaseService": {
|
"BaseService": {
|
||||||
"HttpRetryLimit": 4,
|
"HttpRetryLimit": 4,
|
||||||
"HttpRetryResponseCodes": [
|
"HttpRetryResponseCodes": [
|
||||||
@@ -12,13 +8,9 @@
|
|||||||
504
|
504
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"RateLimiter.AuthClient": {
|
|
||||||
"MessageCount": 300,
|
|
||||||
"TimeIntervalInSeconds": 60.0
|
|
||||||
},
|
|
||||||
"RateLimiter.PresenceClient.Operations": {
|
"RateLimiter.PresenceClient.Operations": {
|
||||||
"MessageCount": 3,
|
"MessageCount": 6,
|
||||||
"TimeIntervalInSeconds": 20.0,
|
"TimeIntervalInSeconds": 10.0,
|
||||||
"Operation": [
|
"Operation": [
|
||||||
"SendUpdate",
|
"SendUpdate",
|
||||||
"SetPresence"
|
"SetPresence"
|
||||||
@@ -28,18 +20,18 @@
|
|||||||
"MessageCount": 300,
|
"MessageCount": 300,
|
||||||
"TimeIntervalInSeconds": 60.0
|
"TimeIntervalInSeconds": 60.0
|
||||||
},
|
},
|
||||||
"RateLimiter.LeaderboardsClient": {
|
|
||||||
"MessageCount": 300,
|
|
||||||
"TimeIntervalInSeconds": 60.0
|
|
||||||
},
|
|
||||||
"RateLimiter.MetricsClient": {
|
|
||||||
"MessageCount": 300,
|
|
||||||
"TimeIntervalInSeconds": 60.0
|
|
||||||
},
|
|
||||||
"RateLimiter.StatsClient": {
|
"RateLimiter.StatsClient": {
|
||||||
"MessageCount": 300,
|
"MessageCount": 300,
|
||||||
"TimeIntervalInSeconds": 60.0
|
"TimeIntervalInSeconds": 60.0
|
||||||
},
|
},
|
||||||
|
"RateLimiter.InventoryClient": {
|
||||||
|
"MessageCount": 1000,
|
||||||
|
"TimeIntervalInSeconds": 60.0
|
||||||
|
},
|
||||||
|
"RateLimiter.MatchmakingClient": {
|
||||||
|
"MessageCount": 300,
|
||||||
|
"TimeIntervalInSeconds": 60.0
|
||||||
|
},
|
||||||
"RateLimiter.SDKConfigClient.Operations": {
|
"RateLimiter.SDKConfigClient.Operations": {
|
||||||
"MessageCount": 300,
|
"MessageCount": 300,
|
||||||
"TimeIntervalInSeconds": 60.0,
|
"TimeIntervalInSeconds": 60.0,
|
||||||
@@ -47,6 +39,10 @@
|
|||||||
"RequestUpdate"
|
"RequestUpdate"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"RateLimiter.WorldInventoryClient": {
|
||||||
|
"MessageCount": 1000,
|
||||||
|
"TimeIntervalInSeconds": 60.0
|
||||||
|
},
|
||||||
"RateLimiter.TitleStorageClient": {
|
"RateLimiter.TitleStorageClient": {
|
||||||
"MessageCount": 300,
|
"MessageCount": 300,
|
||||||
"TimeIntervalInSeconds": 60.0
|
"TimeIntervalInSeconds": 60.0
|
||||||
@@ -81,6 +77,10 @@
|
|||||||
"SendCustomInvite"
|
"SendCustomInvite"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"RateLimiter.PartiesInternalClient": {
|
||||||
|
"MessageCount": 300,
|
||||||
|
"TimeIntervalInSeconds": 60.0
|
||||||
|
},
|
||||||
"HTTP": {
|
"HTTP": {
|
||||||
"HttpReceiveTimeout": 30,
|
"HttpReceiveTimeout": 30,
|
||||||
"bEnableHttp": true,
|
"bEnableHttp": true,
|
||||||
@@ -106,9 +106,34 @@
|
|||||||
"MessageCount": 300,
|
"MessageCount": 300,
|
||||||
"TimeIntervalInSeconds": 60.0
|
"TimeIntervalInSeconds": 60.0
|
||||||
},
|
},
|
||||||
|
"TextChatClientFN": {
|
||||||
|
"MaxConversationMessagesToQuery": 30,
|
||||||
|
"MaxConversationTypesToQuery": 3
|
||||||
|
},
|
||||||
|
"RateLimiter.AuthClient": {
|
||||||
|
"MessageCount": 300,
|
||||||
|
"TimeIntervalInSeconds": 60.0
|
||||||
|
},
|
||||||
"/Script/Engine.NetworkSettings": {
|
"/Script/Engine.NetworkSettings": {
|
||||||
"n.VerifyPeer": false
|
"n.VerifyPeer": false
|
||||||
},
|
},
|
||||||
|
"RateLimiter.PartiesInternalClient.Operations": {
|
||||||
|
"MessageCount": 300,
|
||||||
|
"TimeIntervalInSeconds": 60.0,
|
||||||
|
"Operation": [
|
||||||
|
"CreateParty",
|
||||||
|
"JoinParty",
|
||||||
|
"UpdateParty",
|
||||||
|
"SendInvite",
|
||||||
|
"DeclineInvite",
|
||||||
|
"SendJoinRequest",
|
||||||
|
"LeaveParty",
|
||||||
|
"DisconnectFromParty",
|
||||||
|
"JoinPartyByGroup",
|
||||||
|
"UpdateUserPrivacySettings",
|
||||||
|
"QueryUserPartyInfo"
|
||||||
|
]
|
||||||
|
},
|
||||||
"WebSockets.LibWebSockets": {
|
"WebSockets.LibWebSockets": {
|
||||||
"ThreadStackSize": 131072,
|
"ThreadStackSize": 131072,
|
||||||
"ThreadTargetFrameTimeInSeconds": 0.0333,
|
"ThreadTargetFrameTimeInSeconds": 0.0333,
|
||||||
@@ -117,6 +142,11 @@
|
|||||||
"StatsClient": {
|
"StatsClient": {
|
||||||
"MaxQueryStatsStatNamesStrLength": 1900
|
"MaxQueryStatsStatNamesStrLength": 1900
|
||||||
},
|
},
|
||||||
|
"EcomClient.EcomSalesMappings": {
|
||||||
|
"defaultStore": "EGA",
|
||||||
|
"com.epicgames.portal": "EGA",
|
||||||
|
"com.epicgames.store": "EGA"
|
||||||
|
},
|
||||||
"RateLimiter.MetricsClient.Operations": {
|
"RateLimiter.MetricsClient.Operations": {
|
||||||
"MessageCount": 300,
|
"MessageCount": 300,
|
||||||
"TimeIntervalInSeconds": 60.0,
|
"TimeIntervalInSeconds": 60.0,
|
||||||
@@ -128,6 +158,10 @@
|
|||||||
"MessageCount": 300,
|
"MessageCount": 300,
|
||||||
"TimeIntervalInSeconds": 60.0
|
"TimeIntervalInSeconds": 60.0
|
||||||
},
|
},
|
||||||
|
"WorldInventoryClient": {
|
||||||
|
"MaxBinaryDataSizeBytes": 104857600,
|
||||||
|
"BaseUrlLive": "https://fngw-svc-ds-livefn.ol.epicgames.com/api/inventory"
|
||||||
|
},
|
||||||
"SanitizerClient": {
|
"SanitizerClient": {
|
||||||
"ReplaceChar": "*",
|
"ReplaceChar": "*",
|
||||||
"RequestLimit": 10
|
"RequestLimit": 10
|
||||||
@@ -158,6 +192,10 @@
|
|||||||
"SetParticipantHardMute"
|
"SetParticipantHardMute"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"RateLimiter.K3SClient": {
|
||||||
|
"MessageCount": 300,
|
||||||
|
"TimeIntervalInSeconds": 60.0
|
||||||
|
},
|
||||||
"RateLimiter.FriendClient": {
|
"RateLimiter.FriendClient": {
|
||||||
"MessageCount": 300,
|
"MessageCount": 300,
|
||||||
"TimeIntervalInSeconds": 60.0
|
"TimeIntervalInSeconds": 60.0
|
||||||
@@ -179,6 +217,16 @@
|
|||||||
"MessageCount": 120,
|
"MessageCount": 120,
|
||||||
"TimeIntervalInSeconds": 60.0
|
"TimeIntervalInSeconds": 60.0
|
||||||
},
|
},
|
||||||
|
"RateLimiter.TextChatServerFN.Operations": {
|
||||||
|
"MessageCount": 300,
|
||||||
|
"TimeIntervalInSeconds": 60.0,
|
||||||
|
"Operation": [
|
||||||
|
"CreateConversationFN",
|
||||||
|
"DeleteConversationFN",
|
||||||
|
"AddConversationMembersFN",
|
||||||
|
"RemoveConversationMembersFN"
|
||||||
|
]
|
||||||
|
},
|
||||||
"RateLimiter.ProgressionSnapshot": {
|
"RateLimiter.ProgressionSnapshot": {
|
||||||
"MessageCount": 300,
|
"MessageCount": 300,
|
||||||
"TimeIntervalInSeconds": 60.0
|
"TimeIntervalInSeconds": 60.0
|
||||||
@@ -186,6 +234,21 @@
|
|||||||
"SessionsClient": {
|
"SessionsClient": {
|
||||||
"HeartbeatIntervalSecs": 30
|
"HeartbeatIntervalSecs": 30
|
||||||
},
|
},
|
||||||
|
"RateLimiter.WorldInventoryClient.Operations": {
|
||||||
|
"MessageCount": 1000,
|
||||||
|
"TimeIntervalInSeconds": 60.0,
|
||||||
|
"Operation": [
|
||||||
|
"Open",
|
||||||
|
"Close",
|
||||||
|
"Write",
|
||||||
|
"WriteTransaction",
|
||||||
|
"QueryVersionMetadata"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"InventoryClient.WorldInventory": {
|
||||||
|
"MaxBinaryDataSizeBytes": 104857600,
|
||||||
|
"BaseUrlLive": "https://fngw-svc-ds-livefn.ol.epicgames.com/api/inventory"
|
||||||
|
},
|
||||||
"RateLimiter.UserInfoClient.Operations": {
|
"RateLimiter.UserInfoClient.Operations": {
|
||||||
"MessageCount": 300,
|
"MessageCount": 300,
|
||||||
"TimeIntervalInSeconds": 60.0,
|
"TimeIntervalInSeconds": 60.0,
|
||||||
@@ -205,6 +268,7 @@
|
|||||||
"WebSocketConnectTaskMaxNetworkWaitSeconds": 15.0,
|
"WebSocketConnectTaskMaxNetworkWaitSeconds": 15.0,
|
||||||
"RecoveryWaitTimeSecs": 2,
|
"RecoveryWaitTimeSecs": 2,
|
||||||
"InitialRetryDelaySeconds": 5,
|
"InitialRetryDelaySeconds": 5,
|
||||||
|
"bDisableRTCVoice": false,
|
||||||
"MaxSendRetries": 3,
|
"MaxSendRetries": 3,
|
||||||
"SentMessageTimeout": 5,
|
"SentMessageTimeout": 5,
|
||||||
"HeartbeatIntervalSecs": 30,
|
"HeartbeatIntervalSecs": 30,
|
||||||
@@ -237,7 +301,6 @@
|
|||||||
"JoinLobby",
|
"JoinLobby",
|
||||||
"LeaveLobby",
|
"LeaveLobby",
|
||||||
"HeartbeatLobby",
|
"HeartbeatLobby",
|
||||||
"UpdateLobby",
|
|
||||||
"PromoteMember",
|
"PromoteMember",
|
||||||
"KickLobbyMember",
|
"KickLobbyMember",
|
||||||
"SendLobbyInvite",
|
"SendLobbyInvite",
|
||||||
@@ -272,7 +335,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"RateLimiter.InventoryClient.Operations": {
|
"RateLimiter.InventoryClient.Operations": {
|
||||||
"MessageCount": 100,
|
"MessageCount": 1000,
|
||||||
"TimeIntervalInSeconds": 60.0,
|
"TimeIntervalInSeconds": 60.0,
|
||||||
"Operation": [
|
"Operation": [
|
||||||
"Open",
|
"Open",
|
||||||
@@ -294,10 +357,17 @@
|
|||||||
},
|
},
|
||||||
"Messaging.EpicConnect": {
|
"Messaging.EpicConnect": {
|
||||||
"FailedConnectionDelayMultiplier": 2.5,
|
"FailedConnectionDelayMultiplier": 2.5,
|
||||||
|
"RetryBackoffExponentialExponentBias": 0.0,
|
||||||
"ServerHeartbeatIntervalMilliseconds": 0,
|
"ServerHeartbeatIntervalMilliseconds": 0,
|
||||||
"FailedConnectionDelayMaxSeconds": 180,
|
"RetryBackoffMaxSeconds": 180,
|
||||||
|
"RetryBackoffJitterCoefficientMin": 0.5,
|
||||||
|
"Urlv2": "wss://connect.epicgames.dev/v2",
|
||||||
"ClientHeartbeatIntervalMilliseconds": 30000,
|
"ClientHeartbeatIntervalMilliseconds": 30000,
|
||||||
|
"RetryBackoffExponentialBase": 2.0,
|
||||||
|
"RetryBackoffJitterCoefficientMax": 1.0,
|
||||||
|
"FailedConnectionDelayMaxSeconds": 180,
|
||||||
"FailedConnectionDelayIntervalSeconds": 5,
|
"FailedConnectionDelayIntervalSeconds": 5,
|
||||||
|
"UseV2Connection": false,
|
||||||
"Url": "wss://connect.epicgames.dev"
|
"Url": "wss://connect.epicgames.dev"
|
||||||
},
|
},
|
||||||
"MetricsClient": {
|
"MetricsClient": {
|
||||||
@@ -322,12 +392,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Messaging.Stomp": {
|
"Messaging.Stomp": {
|
||||||
|
"Url": "",
|
||||||
"ClientHeartbeatIntervalMs": 30000,
|
"ClientHeartbeatIntervalMs": 30000,
|
||||||
"RequestedServerHeartbeatIntervalMs": 30000,
|
"InitialRetryDelaySeconds": 3600,
|
||||||
"Url": "wss://api.epicgames.dev/notifications/v1/`deploymentid`/connect",
|
"RequestedServerHeartbeatIntervalMs": 0,
|
||||||
"BlocklistMessageTypeFilters": [
|
"MaxRetryIntervalSeconds": 3600
|
||||||
"lobbyinvite"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"TitleStorageClient": {
|
"TitleStorageClient": {
|
||||||
"AccessLinkDurationSeconds": 300,
|
"AccessLinkDurationSeconds": 300,
|
||||||
@@ -335,6 +404,15 @@
|
|||||||
"ClearInvalidFileCacheFrequencyDays": 2,
|
"ClearInvalidFileCacheFrequencyDays": 2,
|
||||||
"MaxSimultaneousReads": 10
|
"MaxSimultaneousReads": 10
|
||||||
},
|
},
|
||||||
|
"TrustAndSafety": {
|
||||||
|
"bQueryLocalPrivilegeEnabled": false
|
||||||
|
},
|
||||||
|
"Overlay": {
|
||||||
|
"ValidDomains": [
|
||||||
|
".epicgames.com",
|
||||||
|
".epicgames.dev"
|
||||||
|
]
|
||||||
|
},
|
||||||
"ConnectClient": {
|
"ConnectClient": {
|
||||||
"MaxProductUserIdMappingsQueryUserIds": 128,
|
"MaxProductUserIdMappingsQueryUserIds": 128,
|
||||||
"MinProductUserIdMappingsUpdateTimeInSeconds": 900.0
|
"MinProductUserIdMappingsUpdateTimeInSeconds": 900.0
|
||||||
@@ -356,9 +434,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"EcomClient": {
|
"EcomClient": {
|
||||||
"PurchaseUrl": "https://launcher-website-prod07.ol.epicgames.com/purchase",
|
|
||||||
"PurchaseCookieName": "EPIC_BEARER_TOKEN",
|
"PurchaseCookieName": "EPIC_BEARER_TOKEN",
|
||||||
"PurchaseEpicIdUrl": "https://www.epicgames.com/ecom/payment/v1/purchase"
|
"PurchaseEpicIdMobileLandscapeUrl": "https://www.epicgames.com/ecom/payment/v2/purchase",
|
||||||
|
"PurchaseEpicIdMobilePortraitUrl": "https://www.epicgames.com/ecom/payment/v2/purchase",
|
||||||
|
"PurchaseEpicIdUrl": "https://www.epicgames.com/ecom/payment/v1/purchase",
|
||||||
|
"PurchaseUrl": "https://launcher-website-prod07.ol.epicgames.com/purchase"
|
||||||
},
|
},
|
||||||
"RateLimiter.SessionsClient.Operations": {
|
"RateLimiter.SessionsClient.Operations": {
|
||||||
"MessageCount": 300,
|
"MessageCount": 300,
|
||||||
@@ -384,6 +464,10 @@
|
|||||||
"QueryStats"
|
"QueryStats"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"RateLimiter.WeblinksClient": {
|
||||||
|
"MessageCount": 300,
|
||||||
|
"TimeIntervalInSeconds": 60.0
|
||||||
|
},
|
||||||
"RateLimiter.ReceiptValidatorClient.Operations": {
|
"RateLimiter.ReceiptValidatorClient.Operations": {
|
||||||
"MessageCount": 300,
|
"MessageCount": 300,
|
||||||
"TimeIntervalInSeconds": 60.0,
|
"TimeIntervalInSeconds": 60.0,
|
||||||
@@ -408,6 +492,37 @@
|
|||||||
"VerifyIdToken"
|
"VerifyIdToken"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"InventoryClient": {
|
||||||
|
"MaxNumberOfParallelUpdateRequestsInFlight": 3,
|
||||||
|
"SessionLockTTLSeconds": 60,
|
||||||
|
"bDisableUnlockingAgainAfterSessionLockRefresh": true,
|
||||||
|
"MaxNumberOfLockEntriesPerRequest": 10,
|
||||||
|
"MaxNumberOfWriteEntriesPerRequest": 10,
|
||||||
|
"SessionLockUpdateIntervalRandomAddSeconds": 20.0,
|
||||||
|
"MaxNumberOfParallelLockRequestsInFlight": 3,
|
||||||
|
"SessionLockUpdateIntervalSeconds": 30.0,
|
||||||
|
"MaxNumberOfSubTasksPerParallelLockTask": 20,
|
||||||
|
"BaseUrlLive": "https://fngw-svc-ds-livefn.ol.epicgames.com/api/inventory",
|
||||||
|
"HttpRetryResponseCodes": [
|
||||||
|
429,
|
||||||
|
500,
|
||||||
|
503,
|
||||||
|
504
|
||||||
|
],
|
||||||
|
"LockType": "Session",
|
||||||
|
"BaseUrl": "https://fngw-svc-ds-livefn.ol.epicgames.com/api/inventory",
|
||||||
|
"MaxNumberOfSubTasksPerParallelUpdateTask": 20,
|
||||||
|
"QueryInventoryPageLimit": 0,
|
||||||
|
"HttpRetryVerbs": [
|
||||||
|
"GET",
|
||||||
|
"HEAD",
|
||||||
|
"POST"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"RateLimiter.TextChatServerFN": {
|
||||||
|
"MessageCount": 300,
|
||||||
|
"TimeIntervalInSeconds": 60.0
|
||||||
|
},
|
||||||
"P2PClient": {
|
"P2PClient": {
|
||||||
"IceServers": [
|
"IceServers": [
|
||||||
"stun:stun.l.google.com:19302",
|
"stun:stun.l.google.com:19302",
|
||||||
@@ -421,18 +536,65 @@
|
|||||||
"MessageCount": 30,
|
"MessageCount": 30,
|
||||||
"TimeIntervalInSeconds": 60.0
|
"TimeIntervalInSeconds": 60.0
|
||||||
},
|
},
|
||||||
|
"RateLimiter.TextChatClientFN": {
|
||||||
|
"MessageCount": 300,
|
||||||
|
"TimeIntervalInSeconds": 60.0
|
||||||
|
},
|
||||||
|
"RateLimiter.LeaderboardsClient": {
|
||||||
|
"MessageCount": 300,
|
||||||
|
"TimeIntervalInSeconds": 60.0
|
||||||
|
},
|
||||||
"SDKAnalytics": {
|
"SDKAnalytics": {
|
||||||
"BaseUrl": "https://api.epicgames.dev/telemetry/data/",
|
"BaseUrl": "https://api.epicgames.dev/telemetry/data/",
|
||||||
"DevPhase": 2,
|
"DevPhase": 2,
|
||||||
"AppEnvironment": "Production",
|
"AppEnvironment": "Production",
|
||||||
"UploadType": "sdkevents"
|
"UploadType": "sdkevents"
|
||||||
},
|
},
|
||||||
|
"TextChatServerFN": {
|
||||||
|
"TextChatGatewayServerURL": "https://fngw-svc-ds-livefn.ol.epicgames.com/chat"
|
||||||
|
},
|
||||||
"RateLimiter.ConnectClient": {
|
"RateLimiter.ConnectClient": {
|
||||||
"MessageCount": 300,
|
"MessageCount": 300,
|
||||||
"TimeIntervalInSeconds": 60.0
|
"TimeIntervalInSeconds": 60.0
|
||||||
},
|
},
|
||||||
|
"RateLimiter.TextChatClientFN.Operations": {
|
||||||
|
"MessageCount": 300,
|
||||||
|
"TimeIntervalInSeconds": 60.0,
|
||||||
|
"Operation": [
|
||||||
|
"SendConversationMessageFN",
|
||||||
|
"SendDirectMessageFN",
|
||||||
|
"QueryPersistentConversationsInfoFN",
|
||||||
|
"QueryPersistentConversationInfoFN",
|
||||||
|
"QueryConversationMessagesFN",
|
||||||
|
"QueryConversationDetailsFN",
|
||||||
|
"QueryDirectMessageConversationDetailsFN",
|
||||||
|
"CreateConversationFN",
|
||||||
|
"ChangeConversationTitleFN",
|
||||||
|
"AddConversationMembersFN",
|
||||||
|
"RemoveConversationMembersFN",
|
||||||
|
"UpdateLastReadMessageFN",
|
||||||
|
"UpdateInviteFN",
|
||||||
|
"QueryUserConversationSummaryFN",
|
||||||
|
"ConfirmPlatformFriendshipFN"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"RateLimiter.InventoryClient.ThrottledOperations": {
|
||||||
|
"MessageCount": 20000,
|
||||||
|
"TimeIntervalInSeconds": 60.0,
|
||||||
|
"Operation": [
|
||||||
|
"Write"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"RateLimiter.MetricsClient": {
|
||||||
|
"MessageCount": 300,
|
||||||
|
"TimeIntervalInSeconds": 60.0
|
||||||
|
},
|
||||||
|
"GameClient": {
|
||||||
|
"UseGzipEncoding": false
|
||||||
|
},
|
||||||
"AntiCheat.GameplayData": {
|
"AntiCheat.GameplayData": {
|
||||||
"Url": "wss://api.epicgames.dev/cerberus-edge/v1/"
|
"Url": "wss://api.epicgames.dev/cerberus-edge/v1/",
|
||||||
|
"MinCompressibleMessageSize": 4096
|
||||||
},
|
},
|
||||||
"AuthClient": {
|
"AuthClient": {
|
||||||
"AccountPortalURLLocaleSuffix": "lang=`code",
|
"AccountPortalURLLocaleSuffix": "lang=`code",
|
||||||
@@ -441,13 +603,14 @@
|
|||||||
"VPCRegisterURL": "https://epicgames.com/id/register/quick/minor/await?code=`challenge_id&display=embedded",
|
"VPCRegisterURL": "https://epicgames.com/id/register/quick/minor/await?code=`challenge_id&display=embedded",
|
||||||
"AuthorizeContinuationEndpoint": "https://epicgames.com/id/login?continuation=`continuation&prompt=skip_merge%20skip_upgrade",
|
"AuthorizeContinuationEndpoint": "https://epicgames.com/id/login?continuation=`continuation&prompt=skip_merge%20skip_upgrade",
|
||||||
"AuthorizeCodeEndpoint": "https://epicgames.com/id/authorize?client_id=`client_id&response_type=code&scope=`scope&redirect_uri=`redirect_uri&display=popup&prompt=login",
|
"AuthorizeCodeEndpoint": "https://epicgames.com/id/authorize?client_id=`client_id&response_type=code&scope=`scope&redirect_uri=`redirect_uri&display=popup&prompt=login",
|
||||||
"AuthorizeContinuationEmbeddedEndpoint": "https://epicgames.com/id/embedded/login?continuation=`continuation&prompt=skip_merge%20skip_upgrade",
|
"VerifyTokenInterval": 600.0,
|
||||||
"VerifyTokenInterval": 60.0,
|
|
||||||
"PollExpiresIn": 300,
|
"PollExpiresIn": 300,
|
||||||
"IdTokenCacheMinExpirySeconds": 300,
|
"IdTokenCacheMinExpirySeconds": 300,
|
||||||
"AuthorizeEndpoint": "https://epicgames.com/id/authorize?exchange_code=`exchange_code&scope=`scope&prompt=skip_merge%20skip_upgrade",
|
"AuthorizeEndpoint": "https://epicgames.com/id/authorize?exchange_code=`exchange_code&scope=`scope&prompt=skip_merge%20skip_upgrade",
|
||||||
"AccountPortalScheme": "eos.`client_id://epic/auth",
|
"AccountPortalScheme": "eos.`client_id://epic/auth",
|
||||||
"bOfflineAccountToken": true
|
"bOfflineAccountToken": true,
|
||||||
|
"bFailLoginIfExternalAccountIdDoesNotMatchAuthToken": false,
|
||||||
|
"AuthorizeContinuationEmbeddedEndpoint": "https://epicgames.com/id/embedded/login?continuation=`continuation&prompt=skip_merge%20skip_upgrade"
|
||||||
},
|
},
|
||||||
"RateLimiter.ProgressionSnapshot.Operations": {
|
"RateLimiter.ProgressionSnapshot.Operations": {
|
||||||
"MessageCount": 300,
|
"MessageCount": 300,
|
||||||
@@ -470,6 +633,35 @@
|
|||||||
"SendClientMessage"
|
"SendClientMessage"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"RateLimiter.MatchmakingClient.Operations": {
|
||||||
|
"MessageCount": 300,
|
||||||
|
"TimeIntervalInSeconds": 60.0,
|
||||||
|
"Operation": [
|
||||||
|
"SessionRegister",
|
||||||
|
"SessionDeregister",
|
||||||
|
"SessionAcknowledgeAssignment",
|
||||||
|
"TicketJoin",
|
||||||
|
"TicketClose",
|
||||||
|
"SessionHeartbeat",
|
||||||
|
"TicketHeartbeat"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"K3SClient.RemainingPlaytimeLimits": {
|
||||||
|
"play": [
|
||||||
|
1800,
|
||||||
|
900,
|
||||||
|
600,
|
||||||
|
120,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"create": [
|
||||||
|
1800,
|
||||||
|
900,
|
||||||
|
600,
|
||||||
|
120,
|
||||||
|
0
|
||||||
|
]
|
||||||
|
},
|
||||||
"Core.Log": {
|
"Core.Log": {
|
||||||
"LogEOS": "verbose",
|
"LogEOS": "verbose",
|
||||||
"LogEOSMessaging": "verbose",
|
"LogEOSMessaging": "verbose",
|
||||||
@@ -483,7 +675,7 @@
|
|||||||
"LogEOSSessions": "verbose"
|
"LogEOSSessions": "verbose"
|
||||||
},
|
},
|
||||||
"UIClient": {
|
"UIClient": {
|
||||||
"FriendsURL": "https://epic-social-game-overlay-prod.ol.epicgames.com/index.html",
|
"FriendsURL": "https://api.epicgames.dev/overlay-override/v1/",
|
||||||
"SocialSPAClientId": "cf27c69fe66441e8a8a4e8faf396ee4c",
|
"SocialSPAClientId": "cf27c69fe66441e8a8a4e8faf396ee4c",
|
||||||
"VPCURLLocaleSuffix": "&lang=`code",
|
"VPCURLLocaleSuffix": "&lang=`code",
|
||||||
"FriendsURLExchangeCodeSuffix": "?exchange_code=`exchange_code",
|
"FriendsURLExchangeCodeSuffix": "?exchange_code=`exchange_code",
|
||||||
@@ -493,6 +685,17 @@
|
|||||||
"MessageCount": 100000,
|
"MessageCount": 100000,
|
||||||
"TimeIntervalInSeconds": 60.0
|
"TimeIntervalInSeconds": 60.0
|
||||||
},
|
},
|
||||||
|
"RateLimiter.InventoryClient.WorldInventory.Operations": {
|
||||||
|
"MessageCount": 1000,
|
||||||
|
"TimeIntervalInSeconds": 60.0,
|
||||||
|
"Operation": [
|
||||||
|
"WorldOpen",
|
||||||
|
"WorldClose",
|
||||||
|
"WorldWrite",
|
||||||
|
"WriteTransaction",
|
||||||
|
"QueryVersionMetadata"
|
||||||
|
]
|
||||||
|
},
|
||||||
"Messaging.XMPP": {
|
"Messaging.XMPP": {
|
||||||
"ReconnectionDelayJitter": 1.5,
|
"ReconnectionDelayJitter": 1.5,
|
||||||
"PingTimeout": 30,
|
"PingTimeout": 30,
|
||||||
@@ -505,6 +708,32 @@
|
|||||||
"ServerAddr": "wss://xmpp-service-prod.ol.epicgames.com",
|
"ServerAddr": "wss://xmpp-service-prod.ol.epicgames.com",
|
||||||
"PingInterval": 60
|
"PingInterval": 60
|
||||||
},
|
},
|
||||||
|
"RateLimiter.WeblinksClient.Operations": {
|
||||||
|
"MessageCount": 300,
|
||||||
|
"TimeIntervalInSeconds": 60.0,
|
||||||
|
"Operation": [
|
||||||
|
"CreateWeblinkSession"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"RateLimiter.CustomInvitesClient.IncomingOperations": {
|
||||||
|
"MessageCount": 30,
|
||||||
|
"TimeIntervalInSeconds": 60.0,
|
||||||
|
"Operation": [
|
||||||
|
"HandleCustomInviteMessageReceived",
|
||||||
|
"HandleSignalMessageReceived"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"RateLimiter.K3SClient.Operations": {
|
||||||
|
"MessageCount": 300,
|
||||||
|
"TimeIntervalInSeconds": 60.0,
|
||||||
|
"Operation": [
|
||||||
|
"QuerySettings",
|
||||||
|
"UpdateSettings",
|
||||||
|
"RequestAdditionalPlaytime",
|
||||||
|
"GrantAdditionalPlaytime",
|
||||||
|
"RequestConsent"
|
||||||
|
]
|
||||||
|
},
|
||||||
"RateLimiter.SDKConfigClient": {
|
"RateLimiter.SDKConfigClient": {
|
||||||
"MessageCount": 300,
|
"MessageCount": 300,
|
||||||
"TimeIntervalInSeconds": 60.0
|
"TimeIntervalInSeconds": 60.0
|
||||||
@@ -549,7 +778,8 @@
|
|||||||
"TransferDeviceIdAccount",
|
"TransferDeviceIdAccount",
|
||||||
"QueryExternalAccountMappings",
|
"QueryExternalAccountMappings",
|
||||||
"QueryProductUserIdMappings",
|
"QueryProductUserIdMappings",
|
||||||
"VerifyIdToken"
|
"VerifyIdToken",
|
||||||
|
"RequestExchangeToken"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"RateLimiter.AuthClient.SensitiveOperations": {
|
"RateLimiter.AuthClient.SensitiveOperations": {
|
||||||
@@ -565,26 +795,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"services": {
|
"services": {
|
||||||
"RTCService": {
|
|
||||||
"BaseUrl": "https://api.epicgames.dev/rtc"
|
|
||||||
},
|
|
||||||
"DataStorageService": {
|
"DataStorageService": {
|
||||||
"BaseUrl": "https://api.epicgames.dev/datastorage"
|
"BaseUrl": "https://api.epicgames.dev/datastorage"
|
||||||
},
|
},
|
||||||
"AccountsEpicIdService": {
|
"AccountsEpicIdService": {
|
||||||
"BaseUrl": "https://api.epicgames.dev"
|
"BaseUrl": "https://api.epicgames.dev"
|
||||||
},
|
},
|
||||||
"MetricsService": {
|
"PartiesInternalService": {
|
||||||
"BaseUrl": "https://api.epicgames.dev/datarouter"
|
"BaseUrl": "https://api.epicgames.dev/epic/party/internal"
|
||||||
},
|
|
||||||
"EcommerceService": {
|
|
||||||
"BaseUrl": "https://ecommerceintegration-public-service-ecomprod02.ol.epicgames.com/ecommerceintegration"
|
|
||||||
},
|
|
||||||
"KWSService": {
|
|
||||||
"BaseUrl": "https://api.epicgames.dev/kws"
|
|
||||||
},
|
|
||||||
"AntiCheatService": {
|
|
||||||
"BaseUrl": "https://api.epicgames.dev/anticheat"
|
|
||||||
},
|
},
|
||||||
"LobbyService": {
|
"LobbyService": {
|
||||||
"BaseUrl": "https://api.epicgames.dev/lobby"
|
"BaseUrl": "https://api.epicgames.dev/lobby"
|
||||||
@@ -595,10 +813,16 @@
|
|||||||
"PriceEngineService": {
|
"PriceEngineService": {
|
||||||
"BaseUrl": "https://priceengine-public-service-ecomprod01.ol.epicgames.com/priceengine"
|
"BaseUrl": "https://priceengine-public-service-ecomprod01.ol.epicgames.com/priceengine"
|
||||||
},
|
},
|
||||||
|
"MatchmakingService": {
|
||||||
|
"BaseUrl": "https://api.epicgames.dev/epic/matchmaking"
|
||||||
|
},
|
||||||
"AccountsService": {
|
"AccountsService": {
|
||||||
"BaseUrl": "https://egp-idsoc-proxy-prod.ol.epicgames.com/account",
|
"BaseUrl": "https://egp-idsoc-proxy-prod.ol.epicgames.com/account",
|
||||||
"RedirectUrl": "accounts.epicgames.com"
|
"RedirectUrl": "accounts.epicgames.com"
|
||||||
},
|
},
|
||||||
|
"PartiesService": {
|
||||||
|
"BaseUrl": "https://api.epicgames.dev/epic/party"
|
||||||
|
},
|
||||||
"EcommerceEpicIdService": {
|
"EcommerceEpicIdService": {
|
||||||
"BaseUrl": "https://api.epicgames.dev/epic/ecom"
|
"BaseUrl": "https://api.epicgames.dev/epic/ecom"
|
||||||
},
|
},
|
||||||
@@ -611,15 +835,51 @@
|
|||||||
"FriendService": {
|
"FriendService": {
|
||||||
"BaseUrl": "https://egp-idsoc-proxy-prod.ol.epicgames.com/friends"
|
"BaseUrl": "https://egp-idsoc-proxy-prod.ol.epicgames.com/friends"
|
||||||
},
|
},
|
||||||
|
"TextChatTrustedServerFNService": {
|
||||||
|
"BaseUrl": "https://api.epicgames.dev/epic/chat"
|
||||||
|
},
|
||||||
"ReceiptValidatorService": {
|
"ReceiptValidatorService": {
|
||||||
"BaseUrl": "https://api.epicgames.dev/receipt-validator"
|
"BaseUrl": "https://api.epicgames.dev/receipt-validator"
|
||||||
},
|
},
|
||||||
|
"RTCService": {
|
||||||
|
"BaseUrl": "https://api.epicgames.dev/rtc"
|
||||||
|
},
|
||||||
|
"WeblinksService": {
|
||||||
|
"BaseUrl": "https://api.epicgames.dev/external-session-sync"
|
||||||
|
},
|
||||||
|
"MetricsService": {
|
||||||
|
"BaseUrl": "https://api.epicgames.dev/datarouter"
|
||||||
|
},
|
||||||
|
"PostPartyService": {
|
||||||
|
"BaseUrl": "https://global-postparty.game-social.epicgames.com"
|
||||||
|
},
|
||||||
|
"EcommerceService": {
|
||||||
|
"BaseUrl": "https://ecommerceintegration-public-service-ecomprod02.ol.epicgames.com/ecommerceintegration"
|
||||||
|
},
|
||||||
|
"EULATrackingService": {
|
||||||
|
"BaseUrl": "https://eulatracking-public-service-prod06.ol.epicgames.com/eulatracking"
|
||||||
|
},
|
||||||
"FriendEpicIdService": {
|
"FriendEpicIdService": {
|
||||||
"BaseUrl": "https://api.epicgames.dev/epic/friends"
|
"BaseUrl": "https://api.epicgames.dev/epic/friends"
|
||||||
},
|
},
|
||||||
"CatalogService": {
|
"CatalogService": {
|
||||||
"BaseUrl": "https://catalog-public-service-prod06.ol.epicgames.com/catalog"
|
"BaseUrl": "https://catalog-public-service-prod06.ol.epicgames.com/catalog"
|
||||||
},
|
},
|
||||||
|
"KWSService": {
|
||||||
|
"BaseUrl": "https://api.epicgames.dev/kws"
|
||||||
|
},
|
||||||
|
"TextChatFNService": {
|
||||||
|
"BaseUrl": "https://api.epicgames.dev/epic/chat"
|
||||||
|
},
|
||||||
|
"GalleryService": {
|
||||||
|
"BaseUrl": "https://gallery-service-prod.social.live.on.epicgames.com"
|
||||||
|
},
|
||||||
|
"PlaytimeTrackingService": {
|
||||||
|
"BaseUrl": "https://api.kws.ol.epicgames.com"
|
||||||
|
},
|
||||||
|
"AntiCheatService": {
|
||||||
|
"BaseUrl": "https://api.epicgames.dev/anticheat"
|
||||||
|
},
|
||||||
"EOSAuthService": {
|
"EOSAuthService": {
|
||||||
"BaseUrl": "https://api.epicgames.dev"
|
"BaseUrl": "https://api.epicgames.dev"
|
||||||
},
|
},
|
||||||
@@ -647,12 +907,18 @@
|
|||||||
"StatsIngestService": {
|
"StatsIngestService": {
|
||||||
"BaseUrl": "https://api.epicgames.dev/ingestion/stats"
|
"BaseUrl": "https://api.epicgames.dev/ingestion/stats"
|
||||||
},
|
},
|
||||||
|
"SupervisedSettingsService": {
|
||||||
|
"BaseUrl": "https://api.kws.ol.epicgames.com"
|
||||||
|
},
|
||||||
|
"TextChatGatewayServerFNService": {
|
||||||
|
"BaseUrl": "https://fngw-svc-ds-livefn.ol.epicgames.com/chat"
|
||||||
|
},
|
||||||
"LeaderboardsService": {
|
"LeaderboardsService": {
|
||||||
"BaseUrl": "https://api.epicgames.dev/leaderboards"
|
"BaseUrl": "https://api.epicgames.dev/leaderboards"
|
||||||
},
|
},
|
||||||
"InventoryService": {
|
"InventoryService": {
|
||||||
"BaseUrl": "https://api.epicgames.dev/inventory"
|
"BaseUrl": "https://fngw-svc-ds-livefn.ol.epicgames.com/api/inventory"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"watermark": -934553538
|
"watermark": 2137694201337
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user