mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
use subdir
This commit is contained in:
parent
a80c076d8f
commit
b5928de740
@ -52,7 +52,7 @@ define('CALDAV_SERVER', 'https://localhost');
|
|||||||
define('CALDAV_PORT', '443');
|
define('CALDAV_PORT', '443');
|
||||||
|
|
||||||
// Path
|
// Path
|
||||||
define('CALDAV_PATH', '/remote.php/caldav/calendars/%u/');
|
define('CALDAV_PATH', '/owncloud/remote.php/caldav/calendars/%u/');
|
||||||
|
|
||||||
// Personal CalDAV folder (calendar folder/principal)
|
// Personal CalDAV folder (calendar folder/principal)
|
||||||
define('CALDAV_PERSONAL', '');
|
define('CALDAV_PERSONAL', '');
|
||||||
|
@ -71,7 +71,7 @@ define('CARDDAV_PATH', '/remote.php/carddav/addressbooks/%u/');
|
|||||||
// %u: replaced with the username
|
// %u: replaced with the username
|
||||||
// %d: replaced with the domain
|
// %d: replaced with the domain
|
||||||
// Add the trailing /
|
// Add the trailing /
|
||||||
define('CARDDAV_DEFAULT_PATH', '/remote.php/carddav/addressbooks/%u/contacts/');
|
define('CARDDAV_DEFAULT_PATH', '/owncloud/remote.php/carddav/addressbooks/%u/contacts/');
|
||||||
|
|
||||||
// Server path to the GAL addressbook. This addressbook is readonly and searchable by the user, but it will NOT be synced.
|
// Server path to the GAL addressbook. This addressbook is readonly and searchable by the user, but it will NOT be synced.
|
||||||
// If you don't want GAL, comment it
|
// If you don't want GAL, comment it
|
||||||
|
Loading…
Reference in New Issue
Block a user