Changeset 682 for trunk/inc/config.sample.php
- Timestamp:
- Jan 23, 2010, 4:03:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/config.sample.php
r634 r682 34 34 'ArenaPoints' => 1649, 35 35 ), 36 'RealmList' => array(37 1 => array(38 'Id' => 7,39 'Name' => 'Realm 1'40 'DatabaseHost' => 'localhost',41 'DatabaseUser' => 'server1',42 'DatabasePassword' => 'server1',43 'DatabaseCharacters' => 'realm1_characters',44 'DatabaseMangos' => 'realm1_mangos',45 'DatabaseScriptDev2' => 'realm1_scriptdev2',46 'Server' => 1,47 'MaxOnlinePlayers' => 100,48 'XPRate' => 1,49 'Type' => 'Normalní',50 'Description' => 'Hlavní realm',51 ),52 ),53 36 ), 54 37 'Web' => array … … 70 53 'BankAccount' => '670100-2202937132/6210', 71 54 'TableRowPerPage' => 20, 72 'ServerList' => array( 73 1 => array( 74 'OS' => 'GNU/Linux', 75 'CPU' => 'AMD Athlon 64 X2 5600+, 2,8 GHz', 76 'Memory' => '8 GB DDR2 800 MHz dual channel', 77 'HDD' => 'WD Green 1 TB, 32 MB cache', 78 'Address' => 'localhost', 79 'Internet' => '16/16 Mbit/s, agregace 1:32', 80 'Statistic' => 'http://localhost/stat/', 81 }, 82 }, 55 'DefaultRealmIndex' => 1, 83 56 ), 84 57 'CheckRegistration' => array … … 93 66 ); 94 67 95 // Z pětná kompatibilita68 // Zastaralé, pro zpětnou kompatibilitu 96 69 $db_server = $Config['Database']['Host']; 97 70 $db_user = $Config['Database']['User'];
Note:
See TracChangeset
for help on using the changeset viewer.