<?php

$Config['Application'] = array
(
  'AddNewValueUrl' => 'http://localhost/dev/statistic/?Module=Measure&amp;Action=Add',
  'Debug' => 0,
  '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,
  ),
);
