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:
parent
c0c2c4b89d
commit
f56b8fd503
1 changed files with 7 additions and 7 deletions
|
@ -6,8 +6,8 @@
|
||||||
<!-- Ip the lobby server listens on -->
|
<!-- Ip the lobby server listens on -->
|
||||||
<ListenIp>127.0.0.1</ListenIp>
|
<ListenIp>127.0.0.1</ListenIp>
|
||||||
<!-- Path of FFXIV dat files -->
|
<!-- Path of FFXIV dat files -->
|
||||||
<!-- <DataPath>C:\\SquareEnix\\FINAL FANTASY XIV - A Realm Reborn\\game\\sqpack\\ffxiv</DataPath> -->
|
<DataPath>C:\\SquareEnix\\FINAL FANTASY XIV - A Realm Reborn\\game\\sqpack\\ffxiv</DataPath>
|
||||||
<DataPath>/opt/sapphire_3_15_0/bin/sqpack</DataPath>
|
<!-- <DataPath>/opt/sapphire_3_15_0/bin/sqpack</DataPath> -->
|
||||||
<!-- IP of the lobby server -->
|
<!-- IP of the lobby server -->
|
||||||
<LobbyHost>127.0.0.1</LobbyHost>
|
<LobbyHost>127.0.0.1</LobbyHost>
|
||||||
<!-- IP of the frontier server -->
|
<!-- IP of the frontier server -->
|
||||||
|
@ -17,10 +17,10 @@
|
||||||
<!-- Web server port -->
|
<!-- Web server port -->
|
||||||
<HttpPort>80</HttpPort>
|
<HttpPort>80</HttpPort>
|
||||||
<Mysql>
|
<Mysql>
|
||||||
<Host>localhost</Host>
|
<Host>127.0.0.1</Host>
|
||||||
<Port>3306</Port>
|
<Port>3306</Port>
|
||||||
<Username>root</Username>
|
<Username>root</Username>
|
||||||
<Pass>viridis0!</Pass>
|
<Pass></Pass>
|
||||||
<Database>sapphire</Database>
|
<Database>sapphire</Database>
|
||||||
</Mysql>
|
</Mysql>
|
||||||
</General>
|
</General>
|
||||||
|
|
Loading…
Add table
Reference in a new issue