Skip to content
Snippets Groups Projects
Commit c613216f authored by gpawel's avatar gpawel
Browse files

SP-98 BIS-50: reverting accidently commited file

SVN: 25735
parent b723049c
No related branches found
No related tags found
No related merge requests found
...@@ -17,14 +17,14 @@ database.script-single-step-mode = false ...@@ -17,14 +17,14 @@ database.script-single-step-mode = false
database.url-host-part = database.url-host-part =
# database.kind = new # database.kind = new
# database.kind = basynthec # database.kind = basynthec
database.kind = yeastlab database.kind = dev
# database.kind = basysbio # database.kind = basysbio
# database.kind = system_test_strict # database.kind = system_test_strict
# database.kind = system_test_plates_on_demand # database.kind = system_test_plates_on_demand
# database.kind = system_test_multi_groups # database.kind = system_test_multi_groups
database.owner = database.owner =
database.owner-password = database.owner-password =
database.admin-user = database.admin-user =
database.admin-password = database.admin-password =
# User id of the user used for anonymous login # User id of the user used for anonymous login
...@@ -58,7 +58,7 @@ hibernate.search.index-base = ./targets/indices-${database.kind} ...@@ -58,7 +58,7 @@ hibernate.search.index-base = ./targets/indices-${database.kind}
# One of NO_INDEX, SKIP_IF_MARKER_FOUND, INDEX_FROM_SCRATCH. # One of NO_INDEX, SKIP_IF_MARKER_FOUND, INDEX_FROM_SCRATCH.
# If not specified, default (SKIP_IF_MARKER_FOUND) is taken. # If not specified, default (SKIP_IF_MARKER_FOUND) is taken.
#hibernate.search.index-mode = INDEX_FROM_SCRATCH #hibernate.search.index-mode = INDEX_FROM_SCRATCH
hibernate.search.index-mode = INDEX_FROM_SCRATCH hibernate.search.index-mode = SKIP_IF_MARKER_FOUND
# Defines the maximum number of elements indexed before flushing the transaction-bound queue. # Defines the maximum number of elements indexed before flushing the transaction-bound queue.
# Default is 1000. # Default is 1000.
...@@ -125,12 +125,13 @@ query-databases = 1 ...@@ -125,12 +125,13 @@ query-databases = 1
# <plugin>.start - Time of the first execution (HH:mm) # <plugin>.start - Time of the first execution (HH:mm)
# <plugin>.execute-only-once - If true the task will be executed exactly once, # <plugin>.execute-only-once - If true the task will be executed exactly once,
# interval will be ignored. By default set to false. # interval will be ignored. By default set to false.
maintenance-plugins = demo #maintenance-plugins = demo, dynamic-property-evaluator, remove-unused-ad-hoc-vocabulary-terms
# , dynamic-property-evaluator
demo.class = ch.systemsx.cisd.openbis.generic.server.task.RemoveUnusedUnofficialTermsMaintenanceTask demo.class = ch.systemsx.cisd.openbis.generic.server.task.DemoMaintenanceTask
demo.interval = 3600 demo.interval = 60
#demo.execute-only-once = true #demo.execute-only-once = true
demo.older-than-days = 1 demo.property_1 = some value
demo.property_2 = some value 2
#dynamic-property-evaluator.class = ch.systemsx.cisd.openbis.generic.server.task.DynamicPropertyEvaluationMaintenanceTask #dynamic-property-evaluator.class = ch.systemsx.cisd.openbis.generic.server.task.DynamicPropertyEvaluationMaintenanceTask
# run daily at midnight # run daily at midnight
...@@ -139,21 +140,11 @@ demo.older-than-days = 1 ...@@ -139,21 +140,11 @@ demo.older-than-days = 1
# run every 10min # run every 10min
#dynamic-property-evaluator.interval = 6000 #dynamic-property-evaluator.interval = 6000
#remove-unused-ad-hoc-vocabulary-terms.class = ch.systemsx.cisd.openbis.generic.server.task.RemoveUnusedUnofficialTermsMaintenanceTask
# --------------------------------------------------------------------------- ## run once every 12 hours
# custom imports configurations #remove-unused-ad-hoc-vocabulary-terms.interval = 43200
# --------------------------------------------------------------------------- ## delete unused ad hoc terms older than 7 days
custom-imports = import-1, import-2 #remove-unused-ad-hoc-vocabulary-terms.older-than-days = 7
import-1.name = Example custom import
import-1.dss-code = STANDARD
import-1.dropbox-name = jython-thread
import-1.description = "This is an example custom import"
import-2.name = Another example custom import
import-2.dss-code = STANDARD
import-2.dropbox-name = jython-thread
import-2.description = "This is another example custom import"
# Name of the file that stores Web Client configuration # Name of the file that stores Web Client configuration
web-client-configuration-file = etc/web-client.properties web-client-configuration-file = etc/web-client.properties
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment