1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-28 15:17:46 +00:00
sapphire/bin/config/settings_lobby.xml

34 lines
1.4 KiB
XML
Raw Normal View History

2017-08-08 13:53:47 +02:00
<Settings>
<General>
<!-- Port the lobby server accepts client connections on -->
<ListenPort>54994</ListenPort>
<AuthPort>54998</AuthPort>
2017-08-11 12:56:58 +02:00
<!-- Ip the lobby server listens on -->
2017-08-08 13:53:47 +02:00
<ListenIp>127.0.0.1</ListenIp>
<!-- IP of the world server -->
<ZoneIp>127.0.0.1</ZoneIp>
<!-- Port the world server listens for clients -->
<ZonePort>54992</ZonePort>
<!-- Address to connect to the rest server -->
2017-08-11 12:56:58 +02:00
<RestHost>127.0.0.1:80</RestHost>
2017-08-08 13:53:47 +02:00
<!-- Secret for server authentication -->
2017-08-11 12:56:58 +02:00
<ServerSecret>default</ServerSecret>
2017-08-08 13:53:47 +02:00
<!-- Connection settings for the mysql db -->
<Mysql>
<Host>127.0.0.1</Host>
<Port>3306</Port>
<Username>root</Username>
<Pass></Pass>
<Database>sapphire</Database>
</Mysql>
</General>
2017-08-11 12:56:58 +02:00
<Parameters>
<!-- Do not disconnect players without a session - this should be definitely disabled unless you are testing on a PS4 -->
<AllowNoSessionConnect>false</AllowNoSessionConnect>
2017-08-14 13:36:22 +02:00
<!-- The ID of the Sapphire world - this is what the game determines your datacenter with, check world.exh -->
<WorldID>67</WorldID>
2017-09-10 02:24:29 +02:00
<!-- The name of the world -->
<!-- TODO: Allow multiple world servers -->
<WorldName>Sapphire</WorldName>
2017-08-11 12:56:58 +02:00
</Parameters>
2017-08-08 13:53:47 +02:00
</Settings>