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>2017-02-14 20:38:57 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-02-14 20:38:57 +0300
commit8e9c27ae503b7ca967633ab0d432060e9b22729f (patch)
treed8ee49ec725d40999f4ce9f4009c70a74858dfce /config.php.sample
parentd3146cbca14da0c761e2f8e0e46f9029d14b1082 (diff)
fix the readme and read the config.php.sample
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample14
1 files changed, 14 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample
new file mode 100644
index 00000000..152ec5c2
--- /dev/null
+++ b/config.php.sample
@@ -0,0 +1,14 @@
+<?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, '');
+?> \ No newline at end of file