diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-11-25 07:54:05 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-11-25 07:57:01 (GMT) |
commit | ab270d101a306710a401b520932f537969100e9d (patch) | |
tree | 90cdf23e2e80bf723f40d0f3b47975384b86a28b /config | |
parent | dd99958df05995857aa9717dc68782d4d927b779 (diff) | |
download | iRony-ab270d101a306710a401b520932f537969100e9d.tar.gz |
Set the default config/dav.inc.php.sample as closely to the deployed (by default) version as possible
Diffstat (limited to 'config')
-rw-r--r-- | config/dav.inc.php.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/dav.inc.php.sample b/config/dav.inc.php.sample index 0c22f32..18dd2d5 100644 --- a/config/dav.inc.php.sample +++ b/config/dav.inc.php.sample @@ -25,7 +25,7 @@ $config = array(); // Log DAV requests to <log_dir>/davdebug -$config['base_uri'] = null; +$config['base_uri'] = '/iRony/'; // User agent string written to kolab storage MIME messages $config['useragent'] = 'Kolab DAV Server libkolab/' . RCUBE_VERSION; @@ -35,7 +35,7 @@ $config['kolabdav_plugins'] = array('kolab_auth'); // Type of Auth cache. Supported values: 'db', 'apc' and 'memcache'. // Note: This is only for username canonification map. -$config['kolabdav_auth_cache'] = 'apc'; +$config['kolabdav_auth_cache'] = 'db'; // lifetime of the Auth cache, possible units: s, m, h, d, w $config['kolabdav_auth_cache_ttl'] = '1h'; |