2017-08-08 13:53:47 +02:00
|
|
|
<Settings>
|
|
|
|
|
|
|
|
<General>
|
|
|
|
<!-- Port the zone server accepts game conenctions on -->
|
|
|
|
<ListenPort>54992</ListenPort>
|
2017-08-29 12:06:13 +02:00
|
|
|
<!-- Ip the zone server conenctions on -->
|
2017-08-08 13:53:47 +02:00
|
|
|
<ListenIp>127.0.0.1</ListenIp>
|
|
|
|
<!-- Path of FFXIV dat files -->
|
|
|
|
<DataPath>C:\\SquareEnix\\FINAL FANTASY XIV - A Realm Reborn\\game\\sqpack\\ffxiv</DataPath>
|
|
|
|
<!-- 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-29 12:06:13 +02:00
|
|
|
</Settings>
|