Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 485476
Collapse All | Expand All

(-)tine20/config.inc.php (+17 lines)
Lines 22-27 Link Here
22
    'filename' => '/var/log/tine20.log',
22
    'filename' => '/var/log/tine20.log',
23
    'priority' => 5,
23
    'priority' => 5,
24
  ),
24
  ),
25
  'caching' =>
26
  array (
27
    'active' => true,
28
    'lifetime' => 100,
29
    'backend' => 'Memcached',
30
    'path' => '',
31
    'redis' =>
32
    array (
33
      'host' => 'localhost',
34
      'port' => 6379,
35
    ),
36
    'memcached' =>
37
    array (
38
      'host' => '127.0.0.1',
39
      'port' => 11211,
40
    ),
41
  ),
25
  'tmpdir' => '/tmp',
42
  'tmpdir' => '/tmp',
26
  'filesdir' => '/var/lib/tine20/files',
43
  'filesdir' => '/var/lib/tine20/files',
27
  'mapPanel' => 0,
44
  'mapPanel' => 0,

Return to bug 485476