mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 03:02:22 +01:00
Renamed backend into auth_backend and added server_browser_backend implementation to replace Supabase.
This commit is contained in:
28
auth_backend/CloudStorage/DefaultEngine.ini
Normal file
28
auth_backend/CloudStorage/DefaultEngine.ini
Normal file
@@ -0,0 +1,28 @@
|
||||
# Do not remove/change, this redirects epicgames xmpp to lawinserver xmpp
|
||||
[OnlineSubsystemMcp.Xmpp]
|
||||
bUseSSL=false
|
||||
ServerAddr="ws://127.0.0.1"
|
||||
ServerPort=8080
|
||||
|
||||
# Do not remove/change, this redirects epicgames xmpp to lawinserver xmpp
|
||||
[OnlineSubsystemMcp.Xmpp Prod]
|
||||
bUseSSL=false
|
||||
ServerAddr="ws://127.0.0.1"
|
||||
ServerPort=8080
|
||||
|
||||
# Forces fortnite to use the v1 party system to support lawinserver xmpp
|
||||
[OnlineSubsystemMcp]
|
||||
bUsePartySystemV2=false
|
||||
|
||||
# Forces fortnite to use the v1 party system to support lawinserver xmpp
|
||||
[OnlineSubsystemMcp.OnlinePartySystemMcpAdapter]
|
||||
bUsePartySystemV2=false
|
||||
|
||||
# Fix for XMPP not working on some versions
|
||||
[XMPP]
|
||||
bEnableWebsockets=true
|
||||
|
||||
# Fix for long waiting at checking connections to datacenters on Switch & Mobile
|
||||
[/Script/Qos.QosRegionManager]
|
||||
NumTestsPerRegion=1
|
||||
PingTimeout=0.1
|
||||
Reference in New Issue
Block a user