Development

Changeset 7695

You must first sign up to be able to contribute.

Changeset 7695

Show
Ignore:
Timestamp:
02/29/08 18:57:00 (1 year ago)
Author:
fabien
Message:

changed default cache prefixes to be different for each factory (important if you switch to a non file based cache)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/config/config/factories.yml

    r7632 r7695  
    3131      cache_dir:                 %SF_TEMPLATE_CACHE_DIR% 
    3232      lifetime:                  86400 
    33       prefix:                    %SF_APP_DIR% 
     33      prefix:                    %SF_APP_DIR%/template 
    3434 
    3535  i18n: 
     
    4646          cache_dir:                 %SF_I18N_CACHE_DIR% 
    4747          lifetime:                  86400 
    48           prefix:                    %SF_APP_DIR% 
     48          prefix:                    %SF_APP_DIR%/i18n 
    4949 
    5050  routing: 
     
    6363          cache_dir:                 %SF_CONFIG_CACHE_DIR%/routing 
    6464          lifetime:                  31556926 
    65           prefix:                    %SF_APP_DIR% 
     65          prefix:                    %SF_APP_DIR%/routing 
    6666 
    6767  logger: 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.