Added the default cache configuration.

dev
Loic d'Anterroches 2008-11-10 15:32:59 +01:00
parent adb5de13e2
commit 36623eaf94
1 changed files with 5 additions and 0 deletions

View File

@ -106,6 +106,11 @@ $cfg['bounce_email'] = 'no-reply@example.com';
// It is mandatory if you are using the template system.
$cfg['tmp_folder'] = '/tmp';
// Caching of the scm commands.
$cfg['cache_engine'] = 'Pluf_Cache_File';
$cfg['cache_timeout'] = 300;
$cfg['cache_file_folder'] = $cfg['tmp_folder'].'/cache';
// The folder in which the templates of the application are located.
$cfg['template_folders'] = array(
dirname(__FILE__).'/../templates',