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
database.url-host-part =
# database.kind = new
# database.kind = basynthec
database.kind = yeastlab
database.kind = dev
# database.kind = basysbio
# database.kind = system_test_strict
# database.kind = system_test_plates_on_demand
# database.kind = system_test_multi_groups
database.owner =
database.owner-password =
database.admin-user =
database.owner-password =
database.admin-user =
database.admin-password =
# User id of the user used for anonymous login
......@@ -58,7 +58,7 @@ hibernate.search.index-base = ./targets/indices-${database.kind}
# One of NO_INDEX, SKIP_IF_MARKER_FOUND, INDEX_FROM_SCRATCH.
# 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 = SKIP_IF_MARKER_FOUND
# Defines the maximum number of elements indexed before flushing the transaction-bound queue.
# Default is 1000.
......@@ -125,12 +125,13 @@ query-databases = 1
# <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
# , dynamic-property-evaluator
demo.class = ch.systemsx.cisd.openbis.generic.server.task.RemoveUnusedUnofficialTermsMaintenanceTask
demo.interval = 3600
#maintenance-plugins = demo, dynamic-property-evaluator, remove-unused-ad-hoc-vocabulary-terms
demo.class = ch.systemsx.cisd.openbis.generic.server.task.DemoMaintenanceTask
demo.interval = 60
#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
# run daily at midnight
......@@ -139,21 +140,11 @@ demo.older-than-days = 1
# run every 10min
#dynamic-property-evaluator.interval = 6000
# ---------------------------------------------------------------------------
# custom imports configurations
# ---------------------------------------------------------------------------
custom-imports = import-1, import-2
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"
#remove-unused-ad-hoc-vocabulary-terms.class = ch.systemsx.cisd.openbis.generic.server.task.RemoveUnusedUnofficialTermsMaintenanceTask
## run once every 12 hours
#remove-unused-ad-hoc-vocabulary-terms.interval = 43200
## delete unused ad hoc terms older than 7 days
#remove-unused-ad-hoc-vocabulary-terms.older-than-days = 7
# Name of the file that stores Web Client configuration
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