diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2012-03-23 15:52:41 +0100 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2012-03-23 15:52:41 +0100 |
commit | a191b75c3192156c67f45778e05cf88fff42bf50 (patch) | |
tree | 467425cf47e8eef3ea6492c89f5751d29b64184c /config | |
parent | 82b54938e32a980d3d268a63fdf56598f12e2ff4 (diff) | |
download | nextcloud-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-x | config/config.sample.php | 4 |
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" => "" ); ?> |