2012-02-29 13:17:28 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// ownCloud URL
|
|
|
|
$rcmail_config['owncloud_url'] = 'https://owncloud.webmail.tld';
|
2013-03-06 14:01:21 +01:00
|
|
|
|
|
|
|
// authentication exchange secret
|
|
|
|
// has to be the same as the value for 'kolabsecret' in owncloud config
|
|
|
|
$rcmail_config['owncloud_secret'] = '<shared-secret-string>';
|