Update config.php for kopano compatibility (this breaks the plugin for zarafa!)
This commit is contained in:
parent
4e9a05987e
commit
611b5162cc
@ -2,6 +2,6 @@
|
|||||||
// config options
|
// config options
|
||||||
$ADMINUSERNAME = "admin"; // Kopano administrative user
|
$ADMINUSERNAME = "admin"; // Kopano administrative user
|
||||||
$ADMINPASSWORD = "admin"; // Kopano administrative user password
|
$ADMINPASSWORD = "admin"; // Kopano administrative user password
|
||||||
$SERVER = "file:///var/run/zarafa"; // Kopano socket or http(s) connection
|
$SERVER = "http://localhost:236/kopano"; // Kopano socket or http(s) connection
|
||||||
$CALDAVURL = "http://localhost:8080/ical/"; // Caldav URL
|
$CALDAVURL = "http://localhost:8080/ical/"; // Caldav URL
|
||||||
$TEMPDIR = "/tmp/"; // Temporary directory for storing downloaded ics files
|
$TEMPDIR = "/tmp/"; // Temporary directory for storing downloaded ics files
|
||||||
|
Loading…
Reference in New Issue
Block a user