Cleanup from db31558
This commit is contained in:
@@ -85,12 +85,6 @@ WrongPass.BanType = 0
|
||||
# LoginDatabaseInfo
|
||||
# Description: Database connection settings for the realm server.
|
||||
# Example: "hostname;port;username;password;database"
|
||||
# ".;somenumber;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
|
||||
# Unix/Linux)
|
||||
# Default: "127.0.0.1;3306;username;password;auth"
|
||||
|
||||
LoginDatabaseInfo.Host = "127.0.0.1"
|
||||
LoginDatabaseInfo.Port = "3306"
|
||||
|
||||
Reference in New Issue
Block a user