Somehow this file didn't get added to my last commit

--HG--
branch : trunk
This commit is contained in:
Paradox
2009-12-28 16:42:15 -05:00
parent c833ff59e1
commit a1ee318606

View File

@@ -0,0 +1,18 @@
<?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.
?>