<?php

$Config = array(
  'SystemPassword' => sha1(random(100000)),
  'Database' => array(
    'Host' => 'localhost',
    'User' => 'estetistic',
    'Password' => 'password',
    'Database' => 'estetistic',
    'Prefix' => '',
    'Charset' => 'utf8',
  ),
  'AddNewValueUrl' => 'http://localhost/estetistic/add.php',
  'Debug' => 0,
  'Web' => array(
    'Title' => 'Estetistic',
    'Charset' => 'utf-8',
    'AdminEmail' => 'user@local.domain',
    'ShowSQLError' => false,
    'ShowSQLQuery' => false,
    'ShowError' => false,
    'ErrorLogFile' => 'php_script_error.log',    
    'ItemsPerPage' => 30,
    'VisiblePagingItems' => 10,
  ),
  'DivisionCount' => 500,
  'LevelReducing' => 5,
  'MaxLevel' => 4,
  'ReferenceTime' => 0,
  'ImageWidth' => 750,
  'ImageHeight' => 200,
  'ValueToImageHeigthCoefficient' => 0.9,
  'FontFileName' => './arial.ttf',
  'FontSize' => 10,
  'DefaultVariables' => array(
    'TimeStart' => time() - 3600*24,
    'TimeEnd' => time(),
    'Measure' => 1,
    'Period' => 'day',
    'TimeSpecify' => 0,
    'Differential' => 0,
  ),
);
