<?php

$IsDeveloper = in_array($_SERVER['REMOTE_ADDR'], array('127.0.0.1'));

$Config = array(
  'Database' => array(
    'Host' => 'localhost',
    'User' => 'root',
    'Password' => '',
    'Database' => 'wowpreklad',
    'DatabaseAoWoW' => 'wowpreklad_mangos',
    'Prefix' => '',
    'Charset' => 'utf8',
    'MangosPrefix' => '',
  ),
  'Style' => 'maron',
  'Web' => array(
    'Title' => 'Projekt překládání textů hry WoW',
    'Charset' => 'utf-8',
    'Host' => 'localhost',
    'BaseURL' => '',
    'AdminEmail' => 'admin@localhost',
    'Authors' => 'autor',
    'ShowSQLQuery' => false,
    'ShowSQLError' => $IsDeveloper,
    'ShowPHPError' => $IsDeveloper,
    'ShowRuntimeInfo' => $IsDeveloper,
    'ItemsPerPage' => 40,
    'TempFolder' => '../tmp/',
    'GameVersion' => '3.3.2',
    'VisiblePagingItems' => 20,
    'WebCounter' => '',
    'Timezone' => 'Europe/Prague',
  ),
  'ExportTaskProcessPeriod' => 10,
  'MaxExportPerUser' => 10,
  'AoWoWExportId' => 1,
);

?>
