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

33 lines
1.2 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>
<!-- Ip the lobby server listens on -->
2017-08-08 13:53:47 +02:00
<ListenIp>127.0.0.1</ListenIp>
<!-- Path of FFXIV dat files -->
2018-02-11 13:59:38 +01:00
<DataPath>C:\\SquareEnix\\FINAL FANTASY XIV - A Realm Reborn\\game\\sqpack</DataPath>
<!-- <DataPath>/opt/sapphire_3_15_0/bin/sqpack</DataPath> -->
2017-08-08 13:53:47 +02:00
<!-- IP of the lobby server -->
<LobbyHost>127.0.0.1</LobbyHost>
<!-- IP of the frontier server -->
2017-08-08 13:53:47 +02:00
<FrontierHost>127.0.0.1</FrontierHost>
<!-- Secret used for server auth - you *must* change this for public servers -->
2017-08-08 13:53:47 +02:00
<ServerSecret>default</ServerSecret>
<!-- Web server port -->
<HttpPort>80</HttpPort>
2017-08-08 13:53:47 +02:00
<Mysql>
<Host>127.0.0.1</Host>
2017-08-08 13:53:47 +02:00
<Port>3306</Port>
<Username>root</Username>
<Pass></Pass>
2017-08-08 13:53:47 +02:00
<Database>sapphire</Database>
</Mysql>
</General>
2017-09-11 18:59:50 +02:00
<Parameters>
<!-- GM Rank for newly created characters - should be changed to 0 for public servers -->
<DefaultGMRank>255</DefaultGMRank>
</Parameters>
</Settings>