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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-09-03 06:43:11 +0400
committerkondou <kondou@ts.unde.re>2013-09-03 06:43:11 +0400
commit65413a95dcffee0d803dd30c9cd0028eb9c113e5 (patch)
tree5e51e6da3aa76f69c0045fe5ed6b2b20f7226a1f /config
parente7e3f1b81a5026116ef0c9cd95a00fdd7ff6f5a2 (diff)
parent431cf06e996dad7af99b4c65678e5793bd682850 (diff)
Merge branch 'master' into oc_avatars
Conflicts: config/config.sample.php
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index a9ce48a4e9d..29085af4716 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -71,9 +71,6 @@ $CONFIG = array(
/* Enable the help menu item in the settings */
"knowledgebaseenabled" => true,
-/* URL to use for the help page, server should understand OCS */
-"knowledgebaseurl" => "http://api.apps.owncloud.com/v1",
-
/* Enable installing apps from the appstore */
"appstoreenabled" => true,
@@ -217,4 +214,9 @@ $CONFIG = array(
/* whether avatars should be enabled */
'enable_avatars' => true,
+
+// Extra SSL options to be used for configuration
+'openssl' => array(
+ //'config' => '/absolute/location/of/openssl.cnf',
+),
);