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