<?php

$IsDeveloper = in_array($_SERVER['REMOTE_ADDR'], array('127.0.0.1'));

$Config = array
(
  'Database' => array
  (
    'Host' => 'centrala',
    'User' => 'root',
    'Password' => '',
    'Database' => 'is',
    'Prefix' => '',
    'Charset' => 'utf8',
  ),
  'Web' => array
  (
    'Style' => 'simple',
    'FormatHTML' => false,
    'Charset' => 'utf-8',
    'Host' => 'localhost',
    'RootFolder' => '',
    'Description' => 'Komunitní počítačová síť',
    'Title' => 'Síť',
    'Admin' => 'Admin',
    'AdminEmail' => 'admin@localhost',
    'ShowSQLError' => false,
    'ShowSQLQuery' => false,
    'ShowPHPError' => false,
    'ShowRuntimeInfo' => false,
    'ErrorLogFile' => '/var/www/html/dev/centrala/www/php_script_error.log',    
    'WebcamPassword' => '',
    'WebcamRefresh' => 5,
    'UserSupport' => 1,
    'UploadFileFolder' => 'files',
    'News' => array
    (
      'DaysAgo' => 30,
      'Count' => 5,
    ),      
    'GoogleMapsApiKey' => '',
    'ItemsPerPage' => 50,
    'VisiblePagingItems' => 20,
  ),
  'Finance' => array
  (
    'MainUserId' => 1,
  ),
  'MainRouter' => array
  (
    'HostName' => 'localhost',
    'UserName' => 'admin',
    'Password' => '',
    'InetInterface' => 'ether1',
    'LocalInterface' => 'ether2',
    'ConnectTimeout' => 5,
    'MangleRuleSubgroupMinPrefix' => 28,
  ),  
);

?>
