|
Last change
on this file was 93, checked in by chronos, 12 years ago |
- Fixed: System variable as parameter to constructors of descendents of Module class.
- Removed: End PHP mark "?>" from all files.
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | <?php
|
|---|
| 2 |
|
|---|
| 3 | $Config = array
|
|---|
| 4 | (
|
|---|
| 5 | 'Database' => array
|
|---|
| 6 | (
|
|---|
| 7 | 'Host' => 'localhost',
|
|---|
| 8 | 'User' => 'root',
|
|---|
| 9 | 'Password' => '',
|
|---|
| 10 | 'Database' => 'wowhosting',
|
|---|
| 11 | 'Prefix' => '',
|
|---|
| 12 | 'Charset' => 'utf8',
|
|---|
| 13 | ),
|
|---|
| 14 | 'Web' => array
|
|---|
| 15 | (
|
|---|
| 16 | 'FormatHTML' => false,
|
|---|
| 17 | 'Charset' => 'utf-8',
|
|---|
| 18 | 'Host' => 'localhost',
|
|---|
| 19 | 'RootFolder' => '',
|
|---|
| 20 | 'Description' => 'Free WoW server hosting',
|
|---|
| 21 | 'Title' => 'WoW hosting',
|
|---|
| 22 | 'Admin' => 'Admin',
|
|---|
| 23 | 'AdminEmail' => 'admin@localhost',
|
|---|
| 24 | 'ShowSQLError' => false,
|
|---|
| 25 | 'ShowSQLQuery' => false,
|
|---|
| 26 | 'ShowPHPError' => false,
|
|---|
| 27 | 'ShowRuntimeInfo' => false,
|
|---|
| 28 | 'ErrorLogFile' => 'php_script_error.log',
|
|---|
| 29 | 'TableRowPerPage' => 30,
|
|---|
| 30 | 'UserRegistrationEnabled' => false,
|
|---|
| 31 | 'UserAnonymousId' => 1,
|
|---|
| 32 | 'UserConsoleId' => 2,
|
|---|
| 33 | 'Locale' => 'cz',
|
|---|
| 34 | ),
|
|---|
| 35 | 'BaseDir' => '/opt/wowhosting/',
|
|---|
| 36 | 'MaxServerCount' => 20,
|
|---|
| 37 | 'MaxServerCountPerUser' => 1,
|
|---|
| 38 | 'MaxRealmCount' => 20,
|
|---|
| 39 | 'MaxRealmPerServerCount' => 1,
|
|---|
| 40 | 'MaxOnlinePlayerCountPerServer' => 100,
|
|---|
| 41 | 'CompilerParameters' => '',
|
|---|
| 42 | 'BaseNetworkPortWorldd' => 8085,
|
|---|
| 43 | 'BaseNetworkPortRealmd' => 3724,
|
|---|
| 44 | 'MangosWorlddThreadCountMax' => 12,
|
|---|
| 45 | 'BackupCountPerServer' => 20,
|
|---|
| 46 | );
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.