From de1806aec565a91d64e7cef0e7e10c0f0848c922 Mon Sep 17 00:00:00 2001 From: buczekp <buczekp> Date: Mon, 16 Aug 2010 07:54:32 +0000 Subject: [PATCH] [LMS-1712] dist properties SVN: 17458 --- openbis/dist/server/service.properties | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/openbis/dist/server/service.properties b/openbis/dist/server/service.properties index f47274d851c..6628c7a56eb 100644 --- a/openbis/dist/server/service.properties +++ b/openbis/dist/server/service.properties @@ -133,4 +133,24 @@ onlinehelp.generic.page-template = https://wiki-bsse.ethz.ch/pages/createpage.ac #openbisDB.database-driver = org.postgresql.Driver #openbisDB.database-url = jdbc:postgresql://localhost/openbis_${database.kind} #openbisDB.database-username = -#openbisDB.database-password = \ No newline at end of file +#openbisDB.database-password = + +# --------------------------------------------------------------------------- +# maintenance plugins configuration +# --------------------------------------------------------------------------- + +# Comma separated names of maintenance plugins. +# Each plugin should have configuration properties prefixed with its name. +# Mandatory properties for each <plugin> include: +# <plugin>.class - Fully qualified plugin class name +# <plugin>.interval - The time between plugin executions (in seconds) +# Optional properties for each <plugin> include: +# <plugin>.start - Time of the first execution (HH:mm) +# <plugin>.execute-only-once - If true the task will be executed exactly once, +# interval will be ignored. By default set to false. +#maintenance-plugins = demo +# +#demo.class = ch.systemsx.cisd.openbis.generic.server.task.DemoMaintenanceTask +#demo.interval = 60 +#demo.property_1 = some value +#demo.property_2 = some value 2 \ No newline at end of file -- GitLab