Files
nextcloud-nextcloud.com/config.php.sample
Morris Jobke e27d6d9ff2 Add recaptcha
2016-06-17 18:02:18 +02:00

15 lines
354 B
Plaintext

<?php
// Enables CONTRIBOOK (required mysql database)
define(CONTRIBOOK, 0);
// Defines the author id of the official user posting announcements (used to produce rss feed)
define(OFFICIALAUTHORID, 1);
// Enables or disables the piwik tracking code
define(PIWIKTRACKING, 0);
// Recaptcha
DEFINE(RECAPTCHA_SITEKEY, '');
DEFINE(RECAPTCHA_SECRET, '');
?>