Changeset 809 for trunk/app/config
- Timestamp:
- 10/11/08 22:19:40 (7 weeks ago)
- Files:
-
- 1 modified
-
trunk/app/config/core.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/config/core.php
r731 r809 56 56 * 57 57 */ 58 //Configure::write('Cache.check', true);58 // Configure::write('Cache.check', true); 59 59 /** 60 60 * Defines the default error type when using the log() function. Used for … … 199 199 * ); 200 200 */ 201 Cache::config('default', array('engine' => 'File')); 201 Cache::config('default', array('engine' => 'File')); 202 202 203 203 204 /* Cache::config('default', array('engine' => 'Xcache', //[required] … … 205 206 'probability'=> 100, //[optional] 206 207 'user' => 'aarkerio', //user from xcache.admin.user settings 207 'password' => ' kunst99' //plaintext password (xcache.admin.pass)208 'password' => 'dfdgdf' //plaintext password (xcache.admin.pass) 208 209 ) 209 210 ); */
