<?php

$Config = array(
  'Database' => array(
    'Host' => 'localhost',
    'User' => 'root',
    'Password' => '',
    'Database' => 'wowpreklad',
    'DatabaseCharacters' => 'characters',
    'DatabaseMangos' => 'mangos',
    'Prefix' => '',
    'Charset' => 'utf8',
  ),
  'Style' => 'maron',
  'Web' => array(
    'Charset' => 'utf-8',
    'BaseURL' => 'http://localhost/',
	'AdminEmail' => 'admin@localhost',
	'ShowSQLError' => false,
	'ShowPHPError' => false,
	'ShowRuntimeInfo' => false,
	'ItemsPerPage' => 50,
	'TempFolder' => '../tmp/',
    'GameVersion' => '3.0.3',
  ),
);

?>
