added webapp
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", "default:");
|
||||
define("DEFAULT_SERVER", "http://kopano-server-1: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.
|
||||
@@ -41,7 +41,7 @@
|
||||
define("COOKIE_NAME", "KOPANO_WEBAPP");
|
||||
|
||||
// Set to 'false' to disable secure session cookies and to allow log-in without HTTPS.
|
||||
define("SECURE_COOKIES", true);
|
||||
define("SECURE_COOKIES", false);
|
||||
|
||||
// Use DOMPurify to filter HTML
|
||||
// Caution: disabling DOMPurify is a potential security risk.
|
||||
|
||||
Reference in New Issue
Block a user