From 4c7ddf1beb9d93d0df9c89bfe455be062e548ee7 Mon Sep 17 00:00:00 2001 From: mordred Date: Wed, 2 Jan 2019 15:22:06 +0100 Subject: [PATCH] Updated gitignore for moved config --- .gitignore | 4 ++-- config/config.ini | 58 ----------------------------------------------- 2 files changed, 2 insertions(+), 60 deletions(-) delete mode 100644 config/config.ini diff --git a/.gitignore b/.gitignore index cf25145f..e47aaa9a 100644 --- a/.gitignore +++ b/.gitignore @@ -141,5 +141,5 @@ doxygen/generated/ doxygen/*.tmp # ignore config directory contents except the default file -bin/config/*.ini -!bin/config/config.ini.default \ No newline at end of file +config/*.ini +!config/config.ini.default diff --git a/config/config.ini b/config/config.ini deleted file mode 100644 index 66386e1d..00000000 --- a/config/config.ini +++ /dev/null @@ -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