This commit is contained in:
hondacrx
2017-07-07 11:07:52 -04:00
parent db31558ded
commit 5f763f47a6
4 changed files with 10 additions and 53 deletions
-6
View File
@@ -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"