roundcubemail-plugins-kolab/plugins/owncloud/config.inc.php.dist

9 lines
243 B
Text
Raw Normal View History

2012-02-29 13:17:28 +01:00
<?php
// ownCloud URL
2014-08-25 09:07:31 +02:00
$config['owncloud_url'] = 'https://owncloud.webmail.tld';
// authentication exchange secret
// has to be the same as the value for 'kolabsecret' in owncloud config
2014-08-25 09:07:31 +02:00
$config['owncloud_secret'] = '<shared-secret-string>';