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-12-05 11:41:20 +01:00
|
|
|
<!-- 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>
|
2017-12-05 11:41:20 +01:00
|
|
|
<!-- <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>
|
2017-12-05 11:41:20 +01:00
|
|
|
<!-- IP of the frontier server -->
|
2017-08-08 13:53:47 +02:00
|
|
|
<FrontierHost>127.0.0.1</FrontierHost>
|
2017-12-05 11:41:20 +01:00
|
|
|
<!-- 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 -->
|
2017-08-08 13:05:33 +02:00
|
|
|
<HttpPort>80</HttpPort>
|
2017-08-08 13:53:47 +02:00
|
|
|
<Mysql>
|
2017-12-05 11:41:20 +01:00
|
|
|
<Host>127.0.0.1</Host>
|
2017-08-08 13:53:47 +02:00
|
|
|
<Port>3306</Port>
|
|
|
|
<Username>root</Username>
|
2017-12-05 11:41:20 +01:00
|
|
|
<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>
|
2017-12-05 11:21:56 +01:00
|
|
|
</Settings>
|