/etc/kopano/webapp/config-webappmanual.php is in kopano-webapp-webappmanual 3.4.6+dfsg1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | <?php
// The base URL where the User Manual for WebApp can be found
define('PLUGIN_WEBAPPMANUAL_URL', 'https://documentation.kopano.io/user_manual_webapp/');
define('PLUGIN_WEBAPPMANUAL_USER_DEFAULT_ENABLE', true);
?>
|