generate documentation from config.sample.php

This commit is contained in:
Morris Jobke
2015-12-11 03:35:12 +01:00
parent dd87a8cf3a
commit 8f1ec847cd

View File

@@ -965,6 +965,20 @@ default naming rule of using the internal user ID as home folder name.
If this is set to **false** it will fallback for the users without the
attribute set to naming the home folder like the internal user ID.
Comments
--------
Global settings for the Comments infrastructure
::
'comments.managerFactory' => '\OC\Comments\ManagerFactory',
Replaces the default Comments Manager Factory. This can be utilized if an
own or 3rdParty CommentsManager should be used that for instance uses the
filesystem instead of the database to keep the comments.
Maintenance
-----------