<?php

$Config = array(
  'Database' => array(
    'Host' => 'centrala',
    'User' => 'root',
    'Password' => '',
    'Database' => 'is',
    'Prefix' => '',
    'Charset' => 'utf8',
  ),
  'Web' => array(
    'Charset' => 'utf-8',
    'BaseURL' => 'http://localhost/dev/centrala/www/',
    'Description' => 'Komunitn� po��ta�ov� s��',
    'Title' => 'Zd�chovNET',
    'Admin' => 'Chronos',
    'AdminEmail' => 'robie@centrum.cz',
    'ShowError' => 1,
    'ErrorLogFile' => '/var/www/html/dev/centrala/www/php_script_error.log',    
    'WebcamPassword' => '',
  ),
);

?>
