mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 03:22:40 -04:00
Somehow this file didn't get added to my last commit
--HG-- branch : trunk
This commit is contained in:
18
contrib/registration_form/simple/db.conf.php.dist
Normal file
18
contrib/registration_form/simple/db.conf.php.dist
Normal 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.
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user