Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
c613216f
Commit
c613216f
authored
12 years ago
by
gpawel
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openbis/source/java/service.properties
+15
-24
15 additions, 24 deletions
openbis/source/java/service.properties
with
15 additions
and
24 deletions
openbis/source/java/service.properties
+
15
−
24
View file @
c613216f
...
@@ -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.
R
emo
veUnusedUnofficialTerms
MaintenanceTask
demo.class
=
ch.systemsx.cisd.openbis.generic.server.task.
D
emoMaintenanceTask
demo.interval
=
3
60
0
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment