mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-16 13:09:50 -04:00
18 lines
257 B
Plaintext
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.
|
|
|
|
|
|
?> |