added build & push
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
// define("DEFAULT_SERVER", "http://localhost:236/kopano");
|
||||
// define("DEFAULT_SERVER", "https://localhost:237/kopano");
|
||||
// define("DEFAULT_SERVER", "file:///var/run/kopano/server.sock");
|
||||
define("DEFAULT_SERVER", "http://kopano-server-1:236/kopano");
|
||||
define("DEFAULT_SERVER", "http://server:236/kopano");
|
||||
|
||||
// When using a Single-Sign-On (SSO) system on your webserver and Kopano Core is on another server
|
||||
// you can use https to access the Kopano server, and authenticate using an SSL certificate.
|
||||
@@ -258,7 +258,7 @@
|
||||
* LOGLEVEL_WARN and LOGLEVEL_INFO level entries.
|
||||
*
|
||||
**************************************************************************************/
|
||||
define("LOG_USER_LEVEL", LOGLEVEL_OFF);
|
||||
define("LOG_USER_LEVEL", LOGLEVEL_INFO);
|
||||
|
||||
// To save e.g. user activity data only for selected users, provide the username followed by semicolon.
|
||||
// The data will be saved into a dedicated file per user in the LOG_FILE_DIR
|
||||
@@ -296,7 +296,7 @@
|
||||
|
||||
// Defines the default time zone
|
||||
if (!ini_get('date.timezone')) {
|
||||
date_default_timezone_set('Europe/Amsterdam');
|
||||
date_default_timezone_set('Europe/Berlin');
|
||||
}
|
||||
|
||||
/**************************************\
|
||||
|
||||
Reference in New Issue
Block a user