From 611b5162ccecc3a071ad8e9b60f91ff093e5b841 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Wed, 31 May 2017 14:09:22 +0200 Subject: [PATCH] Update config.php for kopano compatibility (this breaks the plugin for zarafa!) --- backend/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/config.php b/backend/config.php index ca43adf..6e24e59 100644 --- a/backend/config.php +++ b/backend/config.php @@ -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