davadmin/config/config.inc.php

17 lines
454 B
PHP

<?php
/*
* DavAdmin configuration file.
*/
$davconfig = array(
// Absolute path to template compile dir
'compile_dir' => '/var/www/templates_c',
'digest.file' => '/var/www/auth/dav.htdigest',
'group.file' => '/var/www/auth/dav.groups',
'namemap.file' => '/var/www/auth/dav.namemap',
'dav.dir' => '/var/www/html/dav',
'dav.realm' => 'WebDAV on davhost.example.com',
'dav.uri' => 'http://davhost.example.com/dav/',
);
?>