Indefero

Indefero Commit Details


Date:2008-11-10 08:32:59 (16 years 1 month ago)
Author:Loic d'Anterroches
Branch:dev, develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:36623eaf941242b8a98267596f51656c6c0b7b9c
Parents: adb5de13e2109871b821741014569150118b2cb1
Message:Added the default cache configuration.

Changes:

File differences

src/IDF/conf/idf.php-dist
106106
107107
108108
109
110
111
112
113
109114
110115
111116
// 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',

Archive Download the corresponding diff file

Page rendered in 0.07077s using 13 queries.