From 5329a06084294adcaa5409049732494ef89fa9ee Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Tue, 16 Jan 2018 13:52:23 -0600 Subject: [PATCH] Updated eqemu_config (markdown) --- eqemu_config.md | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/eqemu_config.md b/eqemu_config.md index cc1c634..1e9aeac 100644 --- a/eqemu_config.md +++ b/eqemu_config.md @@ -4,8 +4,9 @@ | *Required | | Not required | +* Config format: .json -### Server -> World +### server -> world | Variable | Default | Description | |--|--|--| @@ -16,9 +17,32 @@ | maxclients | -1 | This sets the max amount of clients that can connect to your server, -1 is unlimited | locked | false | This determines whether the server starts up locked or not, it takes a minimum status of 20 to get through locked state | -### Server -> World -> Loginserver -* Subsection: loginserver +### server -> database + +* Required for a connection to the MySQL database + +| Variable | Default | Description | +|--|--|--| +| *username| eq | MySQL username | +| *password| eq | MySQL password | +| *host | localhost | MySQL host | +| *port| 3306 | MySQL port | +| *db | eq | MySQL database name| + +### server -> qsdatabase + +* Required for a connection to the query server MySQL database if you decide to use a different and external source and/or database for it (Logging purposes or otherwise) + +| Variable | Default | Description | +|--|--|--| +| *username| eq | MySQL username | +| *password| eq | MySQL password | +| *host | localhost | MySQL host | +| *port| 3306 | MySQL port | +| *db | eq | MySQL database name| + +### server -> world -> loginserver | Variable | Default | Description | |--|--|--|