mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
23 lines
No EOL
500 B
Text
23 lines
No EOL
500 B
Text
[Database]
|
|
Host = 127.0.0.1
|
|
Port = 3306
|
|
Database = sapphire
|
|
Username = root
|
|
Password =
|
|
SyncThreads = 2
|
|
AsyncThreads = 2
|
|
|
|
[GlobalParameters]
|
|
ServerSecret = default
|
|
DataPath = C:\\SquareEnix\\FINAL FANTASY XIV - A Realm Reborn\\game\\sqpack
|
|
|
|
[GlobalNetwork]
|
|
; Values definining how Users and other servers will access - these have to be set to your public IP when running a public server
|
|
ZoneHost = 127.0.0.1
|
|
ZonePort = 54992
|
|
|
|
LobbyHost = 127.0.0.1
|
|
LobbyPort = 54994
|
|
|
|
RestHost = 127.0.0.1
|
|
RestPort = 80 |