Page MenuHomePhorge

config.inc.php.dist
No OneTemporary

Authored By
Unknown
Size
656 B
Referenced Files
None
Subscribers
None

config.inc.php.dist

<?php
// Kolab Cockpit API location. Defaults to hostname from the HTTP request
$config['kolab_api_url'] = null;
// Enable logging of Cockpit API requests/responses (to logs/kolab.log)
$config['kolab_api_debug'] = false;
// List of allowed tasks in helpdesk mode. If empty there's no limits.
// For example, to limit user to the Settings section only: ['settings'].
$config['kolab_helpdesk_allowed_tasks'] = [];
// Type of cache for API requests. Supported values: 'db', 'redis' and 'memcache' or 'memcached'.
$config['kolab_client_cache'] = null;
// Lifetime of cache entries. Possible units: s, m, h, d, w
$config['kolab_client_cache_ttl'] = '10m';

File Metadata

Mime Type
text/x-php
Expires
Apr 3 2026, 11:49 PM (4 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18820061
Default Alt Text
config.inc.php.dist (656 B)

Event Timeline