'Hebe', 'auth_class_file' => 'FlexyAuth/Hebe.php', 'auth_class' => 'FlexyAuth_Hebe', 'databasename' => 'hebe', //'debug' => 1, 'use_cookies' => true, 'login_url' => 'http://www.hebe/', 'charset' => 'utf8', 'DB_DataObject' => array( // change on live system.. 'database_hebe' => 'mysql://root:@localhost/hebe', 'ini_hebe' => dirname(__FILE__) . '/DataObjects/hebe.ini', 'class_location' => dirname(__FILE__) . '/DataObjects', 'require_prefix' => 'DataObjects/', 'class_prefix' => 'DataObjects_' , // 'debug' => 5, ), 'HTML_Template_Flexy' => array( 'compileDir' => '/tmp/compiled_templates_hebe', 'templateDir' => dirname(__FILE__) . '/templates', 'forceCompile' => 0, ), 'Mail' => array( 'debug' => 0, 'driver'=> 'smtp', 'host' => 'localhost', 'port' => 25, ), 'Hebe' => array( 'waiting_list_photo_dir' => dirname(__FILE__) . '/../photos/waiting', 'members_photo_dir'=> dirname(__FILE__) . '/../photos/members', 'billDir' => dirname(__FILE__) . '/../bills', 'billSequenceFile' => dirname(__FILE__) . '/../bills/sequence.txt', 'carparkMax' => 1500, ), 'Gtk_TextReport' => array( // depricated??? 'templateDir' => dirname(__FILE__) . '/../', ), 'Gtk_ValidateManager' => array( 'file' => dirname(__FILE__) . '/ValidateHebe.php', 'class' => 'ValidateHebe', ), ));