# Webroot & base dir $conf->{'basePath'} = "/usr/local/www/cmstest"; # Template::Toolkit settings $conf->{'tt_include_path'} = "$conf->{'basePath'}/Templates"; $conf->{'tt_compile_dir'} = "$conf->{'basePath'}/ttwork"; $conf->{'tt_cache_size'} = "20"; $conf->{'tt_output_path'} = "$conf->{'basePath'}/website/"; # Default Template::Toolkit spec $conf->{'defTemplateSpec'} = { INCLUDE_PATH => $conf->{'tt_include_path'}, COMPILE_DIR => $conf->{'tt_compile_dir'}, CACHE_SIZE => $conf->{'tt_cache_size'}, POST_CHOMP => 2, PRE_CHOMP => 2, TRIM => true };