forked from grommunio/grommunio-dav
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.php
More file actions
32 lines (23 loc) · 826 Bytes
/
Copy pathconfig.php
File metadata and controls
32 lines (23 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
/*
* SPDX-License-Identifier: AGPL-3.0-only
* SPDX-FileCopyrightText: Copyright 2016 - 2018 Kopano b.v.
* SPDX-FileCopyrightText: Copyright 2020 grommunio GmbH
*
* Configuration file for GrommunioDAV.
*/
define('MAPI_SERVER', 'default:');
// Authentication realm
define('SABRE_AUTH_REALM', 'grommunio dav');
// Location of the SabreDAV server.
define('DAV_ROOT_URI', '/dav/');
// Location of the sync database (PDO syntax)
define('SYNC_DB', 'sqlite:/var/lib/grommunio-dav/syncstate.db');
// Number of items to send in one request.
define('MAX_SYNC_ITEMS', 1000);
// Developer mode: verifies log messages
define('DEVELOPER_MODE', true);
// Global Address List (GAL) as read-only CardDAV address book
define('GAL_ENABLED', false);
define('GAL_CACHE_TTL', 3600); // seconds
// Logging: adjust in glogger.ini