Update config.php for kopano compatibility (this breaks the plugin for zarafa!)

This commit is contained in:
Christoph Haas 2017-05-31 14:09:22 +02:00
parent 4e9a05987e
commit 611b5162cc
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
// config options
$ADMINUSERNAME = "admin"; // Kopano administrative user
$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
$TEMPDIR = "/tmp/"; // Temporary directory for storing downloaded ics files