mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 07:07:45 +00:00
Updated gitignore for moved config
This commit is contained in:
parent
2ed9d84bd0
commit
4c7ddf1beb
2 changed files with 2 additions and 60 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -141,5 +141,5 @@ doxygen/generated/
|
||||||
doxygen/*.tmp
|
doxygen/*.tmp
|
||||||
|
|
||||||
# ignore config directory contents except the default file
|
# ignore config directory contents except the default file
|
||||||
bin/config/*.ini
|
config/*.ini
|
||||||
!bin/config/config.ini.default
|
!config/config.ini.default
|
||||||
|
|
|
@ -1,58 +0,0 @@
|
||||||
[Database]
|
|
||||||
Host = 127.0.0.1
|
|
||||||
Port = 3306
|
|
||||||
Database = sapphire
|
|
||||||
Username = sapphire
|
|
||||||
Password =
|
|
||||||
SyncThreads = 2
|
|
||||||
AsyncThreads = 2
|
|
||||||
|
|
||||||
[GlobalParameters]
|
|
||||||
ServerSecret = default
|
|
||||||
DataPath = /home/mordred/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
|
|
||||||
|
|
||||||
[Lobby]
|
|
||||||
WorldID = 67
|
|
||||||
AllowNoSessionConnect = false
|
|
||||||
WorldName = Sapphire
|
|
||||||
|
|
||||||
[LobbyNetwork]
|
|
||||||
ListenIp = 0.0.0.0
|
|
||||||
ListenPort = 54994
|
|
||||||
|
|
||||||
[CharacterCreation]
|
|
||||||
DefaultGMRank = 255
|
|
||||||
|
|
||||||
[RestNetwork]
|
|
||||||
ListenIp = 0.0.0.0
|
|
||||||
ListenPort = 80
|
|
||||||
|
|
||||||
[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
|
|
||||||
|
|
||||||
[ZoneNetwork]
|
|
||||||
ListenIp = 0.0.0.0
|
|
||||||
ListenPort = 54992
|
|
||||||
|
|
||||||
[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