Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-06-17 19:02:18 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-06-17 19:02:18 +0300
commite27d6d9ff2fdb5db7cd43f6433551923262af45d (patch)
treecc9711ba0a90a86f7e98dbb2e86ea691b8c0e758 /config.php.sample
parentacd7aa639da554454e295c60f41899c3af6d3f43 (diff)
Add recaptcha
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample
index 83f099cc..06434648 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -7,4 +7,8 @@ define(OFFICIALAUTHORID, 1);
// Enables or disables the piwik tracking code
define(PIWIKTRACKING, 0);
+
+// Recaptcha
+DEFINE(RECAPTCHA_SITEKEY, '');
+DEFINE(RECAPTCHA_SECRET, '');
?>