Added spawnCrystalItem
[ryzomcore.git] / nelns / login_system / www / config.php
blob55d05d0773d863fa6cb0d67ef93c7d02742b78f2
1 <?php
3 // This file contains all variables needed by other php scripts
5 // ----------------------------------------------------------------------------------------
6 // Variables for index.php
7 // ----------------------------------------------------------------------------------------
9 // where we can find the mysql database
10 $DBHost = "localhost";
11 $DBUserName = "nel";
12 $DBPassword = "";
13 $DBName = "nel";
15 // If true, the server will add automatically unknown user in the database
16 $AcceptUnknownUser = false;
18 // ----------------------------------------------------------------------------------------
19 // Variables for service_connection.inc
20 // ----------------------------------------------------------------------------------------
22 $LSHost = "compilo";
23 $LSPort = 49998;