mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 15:17:46 +00:00
add default configs
This commit is contained in:
parent
2452410c58
commit
0d7281e211
4 changed files with 42 additions and 0 deletions
22
bin/config/global.ini.default
Normal file
22
bin/config/global.ini.default
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
[Database]
|
||||||
|
Host = 127.0.0.1
|
||||||
|
Port = 3306
|
||||||
|
Database = sapphire
|
||||||
|
Username = sapphire
|
||||||
|
Password =
|
||||||
|
SyncThreads = 2
|
||||||
|
AsyncThreads = 2
|
||||||
|
|
||||||
|
[GlobalParameters]
|
||||||
|
ServerSecret = default
|
||||||
|
DataPath = C:\\SquareEnix\\FINAL FANTASY XIV - A Realm Reborn\\game\\sqpack
|
||||||
|
|
||||||
|
[GlobalNetwork]
|
||||||
|
ZoneHost = 127.0.0.1
|
||||||
|
ZonePort = 54992
|
||||||
|
|
||||||
|
LobbyHost = 127.0.0.1
|
||||||
|
LobbyPort = 54994
|
||||||
|
|
||||||
|
RestHost = 127.0.0.1
|
||||||
|
RestPort = 80
|
4
bin/config/lobby.ini.default
Normal file
4
bin/config/lobby.ini.default
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[Lobby]
|
||||||
|
WorldID = 67
|
||||||
|
AllowNoSessionConnect = false
|
||||||
|
WorldName = Sapphire
|
2
bin/config/rest.ini.default
Normal file
2
bin/config/rest.ini.default
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[CharacterCreation]
|
||||||
|
DefaultGMRank = 255
|
14
bin/config/zone.ini.default
Normal file
14
bin/config/zone.ini.default
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
[Scripts]
|
||||||
|
; where compiled script modules are located
|
||||||
|
Path = ./compiledscripts/
|
||||||
|
; relative to Path, where we copy and load modules from
|
||||||
|
CachePath = ./cache/
|
||||||
|
; whether we should detect changes to script modules and reload them
|
||||||
|
HotSwap = true
|
||||||
|
|
||||||
|
[Network]
|
||||||
|
DisconnectTimeout = 20
|
||||||
|
|
||||||
|
[General]
|
||||||
|
; Sent on login - each line must be shorter than 307 characters, split lines with ';'
|
||||||
|
MotD = Welcome to Sapphire!;This is a very good server;You can change these messages by editing General.MotD in config/zone.ini
|
Loading…
Add table
Reference in a new issue