roundcubemail-plugins-kolab/plugins/owncloud/config.inc.php.dist
Thomas Bruederli 69bf185ca4 - Updated ownCloud plugin with a more sophisticated SSO mechanism.
- Added componets (app and theme) which have to be installed to ownCloud.
- Described the installation and configuration procedure in a README file.
2013-03-06 14:01:21 +01:00

8 lines
257 B
Text

<?php
// ownCloud URL
$rcmail_config['owncloud_url'] = 'https://owncloud.webmail.tld';
// authentication exchange secret
// has to be the same as the value for 'kolabsecret' in owncloud config
$rcmail_config['owncloud_secret'] = '<shared-secret-string>';