1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 14:57:44 +00:00

add default configs

This commit is contained in:
NotAdam 2018-06-10 16:40:15 +00:00
parent 2452410c58
commit 0d7281e211
4 changed files with 42 additions and 0 deletions

View 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

View file

@ -0,0 +1,4 @@
[Lobby]
WorldID = 67
AllowNoSessionConnect = false
WorldName = Sapphire

View file

@ -0,0 +1,2 @@
[CharacterCreation]
DefaultGMRank = 255

View 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