World and Auth Properties
Modify the username and passwords for the world server and auth server so they can connect to the databases. We need to ensure we run these under different accounts so that if one gets compromised it doesn’t bleed over to the other databases.
There is one section in the auth.properties to modify.
atavism.db_user=authserver
atavism.db_password=test
There are several sections in the world.properties to modify.
atavism.db_user=gameserver
atavism.db_password=test
atavism.admin.db_user=gameserver
atavism.admin.db_password=test
atavism.content.db_user=gameserver
atavism.content.db_password=test
atavism.auth.db_user=gameserver
atavism.auth.db_password=test