aboutsummaryrefslogtreecommitdiff
path: root/src/server/bnetserver
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/bnetserver')
-rw-r--r--src/server/bnetserver/bnetserver.conf.dist12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/server/bnetserver/bnetserver.conf.dist b/src/server/bnetserver/bnetserver.conf.dist
index f6fcb5764b4..367c0f3c326 100644
--- a/src/server/bnetserver/bnetserver.conf.dist
+++ b/src/server/bnetserver/bnetserver.conf.dist
@@ -139,7 +139,7 @@ RealmsStateUpdateDelay = 10
#
# WrongPass.MaxCount
-# Description: Number of login attemps with wrong password before the account or IP will be
+# Description: Number of login attempts with wrong password before the account or IP will be
# banned.
# Default: 0 - (Disabled)
# 1+ - (Enabled)
@@ -188,7 +188,7 @@ SourceDirectory = ""
#
# MySQLExecutable
-# Description: The path to your mysql cli binary.
+# Description: The path to your MySQL CLI binary.
# If the path is left empty, built-in path from cmake is used.
# Example: "C:/Program Files/MySQL/MySQL Server 5.6/bin/mysql.exe"
# "mysql.exe"
@@ -215,7 +215,7 @@ IPLocationFile = ""
# LoginDatabaseInfo
# Description: Database connection settings for the realm server.
# Example: "hostname;port;username;password;database"
-# ".;somenumber;username;password;database" - (Use named pipes on Windows
+# ".;some_number;username;password;database" - (Use named pipes on Windows
# "enable-named-pipe" to [mysqld]
# section my.ini)
# ".;/path/to/unix_socket;username;password;database" - (use Unix sockets on
@@ -310,7 +310,7 @@ Updates.CleanDeadRefMaxCount = 3
#
# LOGGING SYSTEM SETTINGS
#
-# Appender config values: Given a appender "name"
+# Appender config values: Given an appender "name"
# Appender.name
# Description: Defines 'where to log'
# Format: Type,LogLevel,Flags,optional1,optional2,optional3
@@ -367,9 +367,9 @@ Updates.CleanDeadRefMaxCount = 3
# MaxFileSize: Maximum file size of the log file before creating a new log file
# (read as optional3 if Type = File)
# Size is measured in bytes expressed in a 64-bit unsigned integer.
-# Maximum value is 4294967295 (4 gb). Leave blank for no limit.
+# Maximum value is 4294967295 (4 GB). Leave blank for no limit.
# NOTE: Does not work with dynamic filenames.
-# Example: 536870912 (512 mb)
+# Example: 536870912 (512 MB)
#
Appender.Console=1,2,0