root/trunk/apps/main/config/cache.yml

Revision 2, 223 bytes (checked in by nperriault, 10 months ago)

First commit of the extracted code from production, I hope no passwd has been forgotten :-)

Line 
1 default:
2   enabled:     off
3   with_layout: false
4   lifetime:    86400
5
6 _recentEvents:
7   enabled:     on
8   lifetime:    500
9
10 _recentPosts:
11   enabled:     on
12   lifetime:    86400
13
14 _stats:
15   enabled:     on
16   lifetime:    7200
Note: See TracBrowser for help on using the browser.