mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
Continue to run server even without custom .conf
You should be able to run both authserver and worldserver with default configurations Also changed *DatabaseInfo to fit information defined in our bash installer and create sql
This commit is contained in:
@@ -83,13 +83,13 @@ LogsDir = ""
|
||||
# section my.ini)
|
||||
# ".;/path/to/unix_socket;username;password;database" - (use Unix sockets on
|
||||
# Unix/Linux)
|
||||
# Default: "127.0.0.1;3306;root;root;auth" - (LoginDatabaseInfo)
|
||||
# "127.0.0.1;3306;root;root;world" - (WorldDatabaseInfo)
|
||||
# "127.0.0.1;3306;root;root;characters" - (CharacterDatabaseInfo)
|
||||
# Default: "127.0.0.1;3306;acore;acore;auth" - (LoginDatabaseInfo)
|
||||
# "127.0.0.1;3306;acore;acore;world" - (WorldDatabaseInfo)
|
||||
# "127.0.0.1;3306;acore;acore;characters" - (CharacterDatabaseInfo)
|
||||
|
||||
LoginDatabaseInfo = "127.0.0.1;3306;root;root;auth"
|
||||
WorldDatabaseInfo = "127.0.0.1;3306;root;root;world"
|
||||
CharacterDatabaseInfo = "127.0.0.1;3306;root;root;characters"
|
||||
LoginDatabaseInfo = "127.0.0.1;3306;acore;acore;acore_auth"
|
||||
WorldDatabaseInfo = "127.0.0.1;3306;acore;acore;acore_world"
|
||||
CharacterDatabaseInfo = "127.0.0.1;3306;acore;acore;acore_characters"
|
||||
|
||||
#
|
||||
# LoginDatabase.WorkerThreads
|
||||
|
||||
Reference in New Issue
Block a user