1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-30 08:07:46 +00:00

Changed settings, noone cares for local mysql accounts.;)

This commit is contained in:
Mordred Admin 2017-12-05 11:41:20 +01:00
parent c0c2c4b89d
commit f56b8fd503

View file

@ -6,8 +6,8 @@
<!-- Ip the lobby server listens on -->
<ListenIp>127.0.0.1</ListenIp>
<!-- Path of FFXIV dat files -->
<!-- <DataPath>C:\\SquareEnix\\FINAL FANTASY XIV - A Realm Reborn\\game\\sqpack\\ffxiv</DataPath> -->
<DataPath>/opt/sapphire_3_15_0/bin/sqpack</DataPath>
<DataPath>C:\\SquareEnix\\FINAL FANTASY XIV - A Realm Reborn\\game\\sqpack\\ffxiv</DataPath>
<!-- <DataPath>/opt/sapphire_3_15_0/bin/sqpack</DataPath> -->
<!-- IP of the lobby server -->
<LobbyHost>127.0.0.1</LobbyHost>
<!-- IP of the frontier server -->
@ -17,10 +17,10 @@
<!-- Web server port -->
<HttpPort>80</HttpPort>
<Mysql>
<Host>localhost</Host>
<Host>127.0.0.1</Host>
<Port>3306</Port>
<Username>root</Username>
<Pass>viridis0!</Pass>
<Pass></Pass>
<Database>sapphire</Database>
</Mysql>
</General>