Commit 7d7ebda7 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-833 Use http socket as default MAPI_SERVER.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 19b6ce49
......@@ -2,11 +2,11 @@
/***********************************************
* File : config.php
* Project : Z-Push
* Descr : VCardDir backend configuration file
* Descr : Zarafa backend configuration file
*
* Created : 27.11.2012
*
* Copyright 2007 - 2013 Zarafa Deutschland GmbH
* Copyright 2007 - 2016 Zarafa Deutschland GmbH
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
......@@ -46,4 +46,4 @@
// ************************
// Defines the server to which we want to connect
define('MAPI_SERVER', 'file:///var/run/zarafa');
define('MAPI_SERVER', 'http://127.0.0.1:236/zarafa');
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment