config.php
<?php
 
# The mangos datatabase hostname.
$DATABASE_HOSTNAME = 'localhost';
# The mangos realm datatabase name.
$DATABASE_REALM_NAME = 'realmd';
# The mangos realm datatabase username.
$DATABASE_USERNAME = 'mangos';
# The mangos realm datatabase password.
$DATABASE_PASSWORD = 'mangos';