Commit 054390f0 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #342 in ZP/z-push from...

Merge pull request #342 in ZP/z-push from bugfix/ZP-1022-wrong-configuration-examples-in-gab-sync to develop

* commit '4ef35e4b':
  ZP-1022 Fixed example configurations.
parents 21e0e23c 4ef35e4b
...@@ -60,11 +60,11 @@ define('UNIQUEID', 'account'); ...@@ -60,11 +60,11 @@ define('UNIQUEID', 'account');
// Examples: define("SERVER", "default:"); // Examples: define("SERVER", "default:");
// define("SERVER", "http://localhost:236/kopano"); // define("SERVER", "http://localhost:236/kopano");
// define("SERVER", "https://localhost:237/kopano"); // define("SERVER", "https://localhost:237/kopano");
// define("SERVER", "file:///var/run/kopano/server.sock)"; // define("SERVER", "file:///var/run/kopano/server.sock");
// If you are using ZCP >= 7.2.0, set it to the zarafa location, e.g. // If you are using ZCP >= 7.2.0, set it to the zarafa location, e.g.
// define("SERVER", "http://localhost:236/zarafa"); // define("SERVER", "http://localhost:236/zarafa");
// define("SERVER", "https://localhost:237/zarafa"); // define("SERVER", "https://localhost:237/zarafa");
// define("SERVER", "file:///var/run/zarafad/server.sock)"; // define("SERVER", "file:///var/run/zarafad/server.sock");
// For ZCP versions prior to 7.2.0 the socket location is different (http(s) sockets are the same): // For ZCP versions prior to 7.2.0 the socket location is different (http(s) sockets are the same):
// define("SERVER", "file:///var/run/zarafa"); // define("SERVER", "file:///var/run/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