User Tools

Site Tools


notes:trinitycore_3.3.5_localhost_confs

This is an old revision of the document!


Information

  • authserver.conf and worldserver.conf for

authserver

Linux

cp ~/'Projects/trinity-335/run/etc/authserver.conf.dist' ~/'Projects/trinity-335/run/etc/authserver.conf'
nano ~/'Projects/trinity-335/run/etc/authserver.conf'
LoginDatabaseInfo = ".;/var/lib/mysql/mysql.sock;authserver;x;authserver"
Updates.EnableDatabases = 1

Windows

COPY /Y "%UserProfile%\Projects\trinity-335\build\bin\Release\authserver.conf.dist" "%UserProfile%\Projects\trinity-335\build\bin\Release\authserver.conf"
"%ProgramFiles%\Notepad++\notepad++.exe" "%UserProfile%\Projects\trinity-335\build\bin\Release\authserver.conf"
LoginDatabaseInfo = "127.0.0.1;3306;authserver;x;authserver"
Updates.EnableDatabases = 1

worldserver

Linux

cp ~/'Projects/trinity-335/run/etc/worldserver.conf.dist' ~/'Projects/trinity-335/run/etc/worldserver.conf'
nano ~/'Projects/trinity-335/run/etc/worldserver.conf'
LoginDatabaseInfo     = ".;/var/lib/mysql/mysql.sock;authserver;x;authserver"
WorldDatabaseInfo     = ".;/var/lib/mysql/mysql.sock;worldserver;x;worldserver"
CharacterDatabaseInfo = ".;/var/lib/mysql/mysql.sock;characters;x;characters"
Quests.LowLevelHideDiff = -1
Quests.HighLevelHideDiff = -1
Motd = "Welcome to your localhost server!"
Server.LoginInfo = 1

Windows

COPY /Y "%UserProfile%\Projects\trinity-335\build\bin\Release\worldserver.conf.dist" "%UserProfile%\Projects\trinity-335\build\bin\Release\worldserver.conf"
"%ProgramFiles%\Notepad++\notepad++.exe" "%UserProfile%\Projects\trinity-335\build\bin\Release\worldserver.conf"
LoginDatabaseInfo     = "127.0.0.1;3306;authserver;x;authserver"
WorldDatabaseInfo     = "127.0.0.1;3306;worldserver;x;worldserver"
CharacterDatabaseInfo = "127.0.0.1;3306;characters;x;characters"
Quests.LowLevelHideDiff = -1
Quests.HighLevelHideDiff = -1
Motd = "Welcome to your localhost server!"
Server.LoginInfo = 1
/var/www/wiki/data/attic/notes/trinitycore_3.3.5_localhost_confs.1718708534.txt.gz ยท Last modified: 2024/06/18 07:02 by Sean Rhone