added build & push
This commit is contained in:
@@ -33,7 +33,7 @@ define('SYNCWORKER', 'Kopano');
|
||||
|
||||
// Unique id to find a contact from the GAB (value to be supplied by -u on the command line)
|
||||
// Zarafa supports: 'account' and 'smtpAddress' (email)
|
||||
define('UNIQUEID', 'account');
|
||||
define('UNIQUEID', 'smtpAddress');
|
||||
|
||||
// Server connection settings
|
||||
// Depending on your setup, it might be advisable to change the lines below to one defined with your
|
||||
@@ -50,7 +50,7 @@ define('UNIQUEID', 'account');
|
||||
// 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', 'default:');
|
||||
define('SERVER', 'http://server:236/kopano');
|
||||
|
||||
define('USERNAME', 'SYSTEM');
|
||||
define('PASSWORD', '');
|
||||
|
||||
Reference in New Issue
Block a user