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
48c3db98
Commit
48c3db98
authored
14 years ago
by
tpylak
Browse files
Options
Downloads
Patches
Plain Diff
LMS-1546 correct screening openbis distribution config
SVN: 16673
parent
490171f8
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
screening/dist/server/service.properties
+7
-11
7 additions, 11 deletions
screening/dist/server/service.properties
with
7 additions
and
11 deletions
screening/dist/server/service.properties
+
7
−
11
View file @
48c3db98
# Supported: 'file-authentication-service', 'crowd-authentication-service', 'dummy-authentication-service'
authentication-service
=
dummy-authentication-service
# The time after which an inactive session is expired by the service (in minutes).
...
...
@@ -21,18 +22,13 @@ database.owner-password =
database.admin-user =
database.admin-password
=
crowd.service.host
=
crowd-bsse.ethz.ch
crowd.service.port
=
8443
crowd.application.name
=
lims
crowd.application.password
=
#
crowd.service.host = crowd-bsse.ethz.ch
#
crowd.service.port = 8443
#
crowd.application.name =
<openbis_application_name_in_crowd>
#
crowd.application.password =
<password>
# The database instance local unique identifier. Used when the new database is created.
database-instance
=
CISD
# Base URL of the Data Store Server.
# Will be used only for data sets registered in an openBIS server version before 14.04.2009 (or revision 10665)
data-store-server-base-url
=
http://localhost:8889/data_store
database-instance
=
HCS
# The URL of the CIFEX server
cifex-url
=
https://cifex.ethz.ch:443
...
...
@@ -44,7 +40,7 @@ cifex-recipient = id:cifexdatamanager
# Hibernate Search
# The working directory.
hibernate.search.index-base
=
./
targets/
indices-${database.kind}
hibernate.search.index-base
=
./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
=
SKIP_IF_MARKER_FOUND
...
...
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