summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@kde.org>2012-03-23 15:52:41 +0100
committerFrank Karlitschek <karlitschek@kde.org>2012-03-23 15:52:41 +0100
commita191b75c3192156c67f45778e05cf88fff42bf50 (patch)
tree467425cf47e8eef3ea6492c89f5751d29b64184c /config
parent82b54938e32a980d3d268a63fdf56598f12e2ff4 (diff)
downloadnextcloud-server-a191b75c3192156c67f45778e05cf88fff42bf50.tar.gz
nextcloud-server-a191b75c3192156c67f45778e05cf88fff42bf50.zip
make it possible to connect to other ocs appstores and other ocs knowledgebase servers.
also make it possible to switch the app store and the knowledgebase off completely.
Diffstat (limited to 'config')
-rwxr-xr-xconfig/config.sample.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 52067374555..199c9248c51 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -15,6 +15,10 @@ $CONFIG = array(
"theme" => "",
"3rdpartyroot" => "",
"3rdpartyurl" => "",
+"knowledgebaseenabled" => true,
+"knowledgebaseurl" => "",
+"appstoreenabled" => true,
+"appstoreurl" => "",
// "datadirectory" => ""
);
?>