Files
TrinityCore2/contrib/registration_form/Expanded/db.conf.php.dist
megamage f91989cf64 *CRLF fix. By Paradox.
--HG--
branch : trunk
2008-12-21 19:08:56 -06:00

18 lines
257 B
Plaintext

<?php
// Configuration.
// Realm database.
$r_db = "realmd";
// IP (and port).
$ip = "127.0.0.1:3306";
// Username.
$user = "trinity";
// Password.
$pass = "trinity";
// Site title.
$title = "Registration Form";
$title2 = "Some Server";
// End config.
?>