'127.0.0.1', 'user' => '', 'pass' => '', 'db' => 'world', 'prefix' => 'aowow_' ); // -- World Database -- // used to generate data-tables $AoWoWconf['world'] = array( 'host' => '127.0.0.1', 'user' => '', 'pass' => '', 'db' => 'world', 'prefix' => '' ); // -- Auth Database -- // used to generate user-tables $AoWoWconf['auth'] = array( 'host' => '127.0.0.1', 'user' => '', 'pass' => '', 'db' => 'auth', 'prefix' => '' ); // -- Characters Database -- // used to display profiles $AoWoWconf['characters'][0] = array( 'host' => '127.0.0.1', 'user' => '', 'pass' => '', 'db' => 'characters', 'prefix' => '' ); // add other realms if necessary // $AoWoWconf['characters'][] = []; ?>