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:
authorVincent Petry <pvince81@owncloud.com>2016-01-19 18:17:49 +0300
committerVincent Petry <pvince81@owncloud.com>2016-01-20 18:36:10 +0300
commit899f9bd113304d77b865653768450f6013824553 (patch)
tree9861ca8e2d64e9dc373a330f7342b424172cbeb1 /config
parentdd733d89256e0a2d1f7f4f96ac46b5a7bfbff984 (diff)
Allow custom implementation of system tag managers
Added config.php option to replace the default implementation of system tag manager and system tag object mapper. Also adjusted the comments manager factory to inject the server container
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 3dc1f4818c0..3f6ae4bc3ec 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -819,6 +819,13 @@ $CONFIG = array(
'comments.managerFactory' => '\OC\Comments\ManagerFactory',
/**
+ * Replaces the default System Tags Manager Factory. This can be utilized if an
+ * own or 3rdParty SystemTagsManager should be used that – for instance – uses the
+ * filesystem instead of the database to keep the comments.
+ */
+'systemtags.managerFactory' => '\OC\SystemTag\ManagerFactory',
+
+/**
* Maintenance
*
* These options are for halting user activity when you are performing server